Testing all_major_minor_python_versions
helper uses python 2.7 & 3.6-3.9, needs update
#21606
Labels
all_major_minor_python_versions
helper uses python 2.7 & 3.6-3.9, needs update
#21606
Describe the bug
The Pants-internal
all_major_minor_python_versions
helper currently includes Python versions 2.7, 3.6-3.9, with a comment about updating this as new versions are supported.pants/src/python/pants/testutil/python_interpreter_selection.py
Lines 131 to 134 in 6f8e16e
We support new Python versions, and have them in CI machines, since that code was added in #12656. For instance, #21568 makes it explicit that we install 3.7-3.13 on CI machines.
Presumably we should reconsider which Python's we attempt to test against.
Pants version
latest main
OS
N/A
Additional info
N/A
The text was updated successfully, but these errors were encountered: