cool-easter-32542
11/13/2023, 11:23 PMinterpreter_constraints = ["CPython>=3.8,<=3.8.10"] in pants.toml, but the installed version will pick the latest of 3.8 which is 3.8.16.
Pants version
2.18.0
OS
Ubuntu 20.04
Additional info
I believe this is due to the use of minimum_python_version returning the {major}.{minor} result instead of a complete picture.
pantsbuild/pants