A Python 3.13 release candidate is now available1:
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 .
It'd be really nice to have wheels to start testing applications that use ruamel.yaml / ruamel.yaml.clib before the eventual final release.
Thanks!
PS: This request is only for GIL-enabled 3.13 wheels and not free-threaded ones2, which will certainly involve a higher level of effort.
Python 3.13 is out, and the 0.2.8 release does not compile (for me) against it, failing with:
Does anyone have a patch for that yet?
FWIW: ansible-lint seems to be affected by this:
https://github.com/ansible/ansible-lint/issues/4367
3.13 wheels are now available with
ruamel.yaml.clib==0.2.12