-
Notifications
You must be signed in to change notification settings - Fork 98
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
chore: Add support for Python 3.12 #392
Conversation
Codecov Report
@@ Coverage Diff @@
## master #392 +/- ##
=======================================
Coverage 96.59% 96.59%
=======================================
Files 22 22
Lines 8155 8155
=======================================
Hits 7877 7877
Misses 278 278 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
@@ -245,7 +247,7 @@ jobs: | |||
# use fetch-depth to ensure all tags are fetched | |||
- {name: checkout, uses: actions/checkout@v3, with: {submodules: recursive, fetch-depth: 0}} | |||
- name: create wheel | |||
uses: joerick/cibuildwheel@v2.9.0 | |||
uses: pypa/cibuildwheel@v2.16.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/joerick/cibuildwheel was relocated to https://github.com/pypa/cibuildwheel and I also bumped to the latest version which adds support for Python 3.12.
@biojppm, sorry for the ping, but any chance you can approve the workflows so they can run? |
I'm not sure if the failures in the CI are due to my changes. The failure for the The following:
should be updated to support cloning from the forked repository of a given PR. |
Thanks for your work! |
Really not sure that it's the only thing I need to do to support Python 3.12 😛
Fixes #391