Skip to content
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

ci.github: add Python 3.13-dev test runners #5972

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bastimeyer
Copy link
Member

First CPython 3.13 beta release will be tagged in a week:
https://peps.python.org/pep-0719/#release-schedule

This PR adds CI test runners for 3.13 with the required compatibility wheels of certain dependencies.

But let's not merge this yet...

@bastimeyer
Copy link
Member Author

3.13.0-beta.1 is available in actions/setup-python now. I've re-run the tests and everything's fine...

I still don't really want to merge this PR yet though because not all dependencies with native extensions have wheels available, which means wheels have to be built from source every time, which of course takes unnecessarily long on Windows. It's not much, but it's double the regular test run time, and that's enough to annoy me.

@bastimeyer bastimeyer marked this pull request as draft May 10, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants