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.11 support #663

Merged
merged 4 commits into from
Sep 13, 2022
Merged

Add python 3.11 support #663

merged 4 commits into from
Sep 13, 2022

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Aug 28, 2022

Now that python 3.11.0rc1 is available (ABI stable), wheels for python 3.11 can be built.

closes #630

@nitzmahone
Copy link
Member

Thanks for that- I went to go add this last week in preparation for rc2 and you'd already done it 😆. It was working fine against rc1 for all the Intel targets and MacOS aarch64, so as soon as y'all ship the cibuildwheel update for rc2, I'll go ahead and re-run this everywhere against PyYAML 6.0 (including all the non-Intel arches) and get it merged and 3.11 wheels posted to PyPI.

@mayeut
Copy link
Contributor Author

mayeut commented Sep 13, 2022

@nitzmahone,

cibuildwheel 2.10.0 has been released. It now uses 3.11.0rc2 for CPython 3.11 builds.
I also updated windows builds to use 3.11.0rc2

@nitzmahone nitzmahone changed the base branch from master to release/6.0 September 13, 2022 19:27
@nitzmahone nitzmahone merged commit f873cfe into yaml:release/6.0 Sep 13, 2022
@nitzmahone
Copy link
Member

Thanks @mayeut - 3.11 wheels are up!

nitzmahone added a commit that referenced this pull request Sep 13, 2022
* Add python 3.11 support

* ci: use `windows-2019` runners

`windows-2016` runners have been removed

* ci: use CPython 3.11.0-rc.2 for Windows builds

Co-authored-by: Matt Davis <mrd@redhat.com>
@mayeut mayeut deleted the python-3.11 branch September 14, 2022 20:42
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.

libyaml extension build fails on Python 3.11.0a7
2 participants