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 Python 3.10a4 Support #950

Closed
wants to merge 3 commits into from
Closed

Add Python 3.10a4 Support #950

wants to merge 3 commits into from

Conversation

crwilcox
Copy link

This fixes #949 by adding the alpha candidate for 3.10, along with necessary keys.

@crwilcox
Copy link
Author

@mayeut do you have an opinion on this? I think it would be useful to be able to use the docker images to build against the upcoming release (https://www.python.org/downloads/release/python-3100a4/)

Also note, alpha 5 is expected soon so I can rev this before we merge also.

@mayeut
Copy link
Member

mayeut commented Jan 30, 2021

@crwilcox,
We usually wait for a beta release for new python because the C API/ABI is allowed to change in alpha stage which might lead to all sorts of bugs if someone deploys something built with an alpha version on PyPI.

@crwilcox
Copy link
Author

crwilcox commented Feb 1, 2021

@mayeut that is reasonable. If this causes burden to keep up to date I can definitely understand, though I would find value in this since I am hoping to flight these builds and hopefully let CPython dev know if something goes awry. That said, waiting until beta isn't a huge deal :)

mayeut added a commit to mayeut/manylinux that referenced this pull request May 1, 2021
mayeut added a commit to mayeut/manylinux that referenced this pull request May 3, 2021
@mayeut mayeut closed this in #1077 May 5, 2021
mayeut added a commit that referenced this pull request May 5, 2021
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.

Adding support for 3.10 pre-release to manylinux images
2 participants