numerous-apartment-3919
11/09/2023, 10:11 PMinterpreter_constraints = ['==3.10.*']
from pants.toml
but I am having a hard time wrapping my head around the interpreter requirements for pants itself. I can't ever seem to generate lockfiles as no candidate of pants
is available for python 3.10. I've tried setting an interpreter-constraints = ['==3.9.*']
on the python_sources
in the plugin build file but it had no effect. Is there a more complete example I could look at?broad-processor-92400
11/09/2023, 10:21 PMnumerous-apartment-3919
11/09/2023, 10:22 PMnumerous-apartment-3919
11/09/2023, 10:33 PM