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

Use Python 3.11.8 for stdlib stubtest for now #11716

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

AlexWaygood
Copy link
Member

A quick fix to stop the bleeding, since it looks like there's a fair few changes in 3.11.9 for us to grapple with. Fixes #11712.

@srittau
Copy link
Collaborator

srittau commented Apr 4, 2024

We could also pre-emptively pin 3.12 to 3.12.2, because it will most likely also have a fair amount of those problems. At least the argparse problem will also be in 3.12.3.

@AlexWaygood
Copy link
Member Author

We could also pre-emptively pin 3.12 to 3.12.2, because it will most likely also have a fair amount of those problems. At least the argparse problem will also be in 3.12.3.

great point

@AlexWaygood AlexWaygood merged commit 130a049 into python:main Apr 4, 2024
80 checks passed
@AlexWaygood AlexWaygood deleted the fix-ci branch April 4, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stubtest failures with Python 3.11.9+
2 participants