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 Python 3.10 #702

Merged
merged 2 commits into from
Nov 18, 2021
Merged

Add support for Python 3.10 #702

merged 2 commits into from
Nov 18, 2021

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Nov 17, 2021

Python 3.10 was released on 2021-10-04:


Also pypy3 is deprecated and is not available in newer images:
actions/setup-python#244 (comment)

Instead explicitly specify the version:
https://github.com/actions/setup-python#specifying-a-pypy-version


wheel-builder.yml will need some updates too, on a quick glance at least this regex will need fixing for the two digit minor version of 3.10:

REGEX="cp3([0-9])*"

@alex alex merged commit 80a903e into pyca:main Nov 18, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants