Python 3.13 support graph for the 360 most popular Python packages!
Python 3.13 is a currently supported version of Python . This site shows Python 3.13 wheels readiness for the 360 most downloaded packages on PyPI:
There can be many reasons a package is not explicitly supporting Python 3.13:
If you have a package that doesn't publish the wheels for the newest Python yet, consider releasing them on PyPI. This will make it possible for Python users to start developing with a new Python version from the day of its release.
Alternatively, you can consider porting your project to the stable ABI.
If you are user of the package, send a friendly note to the package maintainer. Or fork it, and send a pull request to help move the project towards Python 3.13 support to ensure the wheels for the Python 3.13 will be published soon.
We look at the published files on PyPI. If the latest release contains pure Python wheels (e.g. foo-1.0.0-py3-none-any.whl
), stable ABI Python wheels (e.g. foo-1.0.0-cp...-abi3-....whl
), or the Python 3.13 wheels (e.g. foo-1.0.0-cp313-cp313-....whl
), it will be green on our list.
This is derivative work from pyreadiness.org and pythonwheels.com, a site that tracks which Python distributions ship the wheel distribution.