-
-
Notifications
You must be signed in to change notification settings - Fork 109
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 #277
Conversation
Opened a PR to update PyO3 to 0.22.1: #286 |
The Python 3.13 release candidate is out now! 🚀
https://discuss.python.org/t/python-3-13-0-release-candidate-1-released/59703 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #277 +/- ##
=======================================
Coverage 99.51% 99.51%
=======================================
Files 6 6
Lines 416 416
Branches 82 77 -5
=======================================
Hits 414 414
Misses 1 1
Partials 1 1 Continue to review full report in Codecov by Sentry.
|
Rebased! |
Thanks so much. @hugovk, since you're "here": thanks so much for Top PyPI Packages, it's really useful 🙏. Please could you update it for August. |
You're welcome! Yeah, I need to sort out August, it's automated and failed to run on the 1st because it exceeded BigQuery quota. It (should be) using a dedicated key, so I'll probably need to reduce the total from 8k back towards the original 5k. |
PS thanks for watchfiles, it's a dependency of sphinx-autobuild which makes it much easier to work on Python docs. We have it enabled for CPython docs, the PEPs and devguide. |
Helps #276.
Temporarily use
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
until PyO3 supports Python 3.13.Hopefully there will be a PyO3 0.21.3 soon so we can remove it:
PyO3/pyo3#4038 (comment)