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

Add support for 3.10 #5928

Merged
merged 1 commit into from Sep 4, 2021
Merged

Add support for 3.10 #5928

merged 1 commit into from Sep 4, 2021

Conversation

nateprewitt
Copy link
Member

This will make sure we don't introduce any regressions into the code base prior to the official 3.10 release. At that point, we'll promote this to the normal test runner on all platforms.

@@ -16,6 +16,8 @@ jobs:
# brotlipy. Moving pypy3 to only test linux.
- python-version: pypy3
os: ubuntu-latest
- python-version: 3.10.0-beta.4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would setting this to 3.10-dev mean we get release candidates (or beyond)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a great question! I'd just pulled this out of the urllib3 without much research, let me take a look.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.10-dev it is! Thanks for the callout, I just moved it into the main runner list for all platforms since it's already passing. 🎉

@nateprewitt nateprewitt merged commit 248122a into psf:main Sep 4, 2021
@nateprewitt nateprewitt deleted the 3.10 branch September 4, 2021 02:03
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants