<Comment on #20862 Use different interpreter_const...
# github-notifications
c
Comment on #20862 Use different interpreter_constraints for pants-plugins Discussion answered by benjyw Pants itself runs on Python 3.9 at the moment (there are plans afoot to bump this to at least 3.11). It bundles its own interpreter, so you don't need to worry about that. EXCEPT - as you've noticed - when you write plugins, because they must run under 3.9. Pants does support multiple partitions of your codebase, each with different interpreter constraints, so that is probably the right way to do this? pantsbuild/pants