-
Notifications
You must be signed in to change notification settings - Fork 13
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
Prepare for Python 3.13 support #74
Comments
The Failed test:
|
Test succeeds when running it again. That is not amazing. Do we have a race condition somewhere? |
Monitor https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json and check for when Python 3.13 is fully released on or about October 1st, 2024. I just added a calendar reminder. Once released, we should update our ci-runner to include the proper 3.13 version in the test matrix. |
We are now well prepared to support Python 3.13. |
See if we can test this on Python 3.13 early or add it to the CI to see if packages are good to go and everything works.
Python is slated for an October 1st, 2024 release date. It's currently available as a prerelease version.
The text was updated successfully, but these errors were encountered: