yt-project / yt

Main yt repository
http://yt-project.org
Other
465 stars 276 forks source link

CPython 3.13 support (tracker issue) #4931

Open neutrinoceros opened 3 months ago

neutrinoceros commented 3 months ago

This issue is to plan and keep track on the effort to add support for CPython 3.13 . See PEP 719 for the release schedule. At the time of opening, version 3.13.0b2 is available, and NumPy is already publishing nightly wheels for it.

Here's the chronological task list to complete before we can declare support for it.

Supporting the experimental free-threading (a.k.a "nogil") build is a non-goal for this issue. Relevant PRs are to be linked in this message.