You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
wait for our core dependencies to publish nightly builds, or be tested
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.
TST: weekly tests against Python 3.13 #4958replaced by TST: add CPython 3.13 to regular test matrix #5021cp313
wheels builds for all platform in CI (but don't publish them yet)pyproject.toml
#4949Supporting 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.
The text was updated successfully, but these errors were encountered: