<#20862 Use different interpreter_constraints for ...
# github-notifications
c
#20862 Use different interpreter_constraints for pants-plugins New discussion created by tachikoma-li First, thanks for the nice project! We are developing Pants plugins in our project following the instruction here. It seems that we have to use Python 3.9 for
pants-plugins
. Is there way we can relax this constraint to use other versions of Python. E.g., in the CI we might want to use Python 3.12 for lint, but it doesn't seem to work with
pants-plugins
. pantsbuild/pants