cool-easter-32542
04/13/2023, 8:40 AM.python-version file.
Every time we update our python version in the file, we need to remember to update the [python].interpreter_constraints to ["==new_version"] in pants.toml or leave the constraint open like [">=3.11"]
Describe the solution you'd like
Accepting a value like "<PYENV_LOCAL>" as pants does in [python-bootstrap].search_path would simplify this process.
Describe alternatives you've considered
Today the process can only be made manually.
pantsbuild/pants