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 support for Python 3.13 #277

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Add support for Python 3.13 #277

merged 1 commit into from
Aug 5, 2024

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented May 14, 2024

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)

@EwoutH
Copy link

EwoutH commented Jul 8, 2024

PyO3 0.22.0 and 0.22.1 are released with Python 3.13 support.

@EwoutH
Copy link

EwoutH commented Jul 8, 2024

Opened a PR to update PyO3 to 0.22.1: #286

@hugovk hugovk changed the title Test Python 3.13 Add support for Python 3.13 Aug 4, 2024
@hugovk
Copy link
Contributor Author

hugovk commented Aug 4, 2024

The Python 3.13 release candidate is out now! 🚀

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.13 compatibilities during this phase, and where necessary publish Python 3.13 wheels on PyPI to be ready for the final release of 3.13.0. Any binary wheels built against Python 3.13.0rc1 will work with future versions of Python 3.13. As always, report any issues to the Python bug tracker.

https://discuss.python.org/t/python-3-13-0-release-candidate-1-released/59703

Copy link

codecov bot commented Aug 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.51%. Comparing base (9f19a18) to head (1b36337).
Report is 11 commits behind head on main.

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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8523610...1b36337. Read the comment docs.

@EwoutH
Copy link

EwoutH commented Aug 4, 2024

@hugovk could you rebase this PR now that #287 is merged?

@hugovk
Copy link
Contributor Author

hugovk commented Aug 4, 2024

Rebased!

@samuelcolvin samuelcolvin merged commit e3ab1d1 into samuelcolvin:main Aug 5, 2024
43 checks passed
@samuelcolvin
Copy link
Owner

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.

@hugovk
Copy link
Contributor Author

hugovk commented Aug 5, 2024

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.

@hugovk
Copy link
Contributor Author

hugovk commented Aug 5, 2024

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.

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.

3 participants