-
-
Notifications
You must be signed in to change notification settings - Fork 18
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.13 #640
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #640 +/- ##
=======================================
Coverage 88.09% 88.09%
=======================================
Files 62 62
Lines 5663 5663
Branches 1170 1170
=======================================
Hits 4989 4989
Misses 460 460
Partials 214 214 ☔ View full report in Codecov by Sentry. |
@wyfo Would you mind taking a look at this one? I decided to do all of these changes in a single PR to avoid having to merge and rebase multiple different ones. |
Thank you very much! I planned to tackle 3.13 support this weekend, and I'm more than happy to have your PR to start! A single PR is perfectly fine. |
@wyfo Would you mind doing a new release? It would be awesome to have compiled wheels ready in time for the 3.13 release. |
typing._collect_parameters
. The private function was renamed to_collect_type_parameters
in Python 3.13.Python 3.13
classifiercibuildwheel
to build wheels for 3.13 by default