Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing all_major_minor_python_versions helper uses python 2.7 & 3.6-3.9, needs update #21606

Open
huonw opened this issue Nov 3, 2024 · 0 comments
Assignees
Labels

Comments

@huonw
Copy link
Contributor

huonw commented Nov 3, 2024

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.

versions = InterpreterConstraints(constraints).partition_into_major_minor_versions(
# Please update this when new stable Python versions are released to CI.
interpreter_universe=["2.7", "3.6", "3.7", "3.8", "3.9"]
)

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

@huonw huonw added the bug label Nov 3, 2024
@cburroughs cburroughs self-assigned this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants