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: test free threading Python 3.13 #627

Merged
merged 3 commits into from
May 13, 2024

Conversation

dnicolodi
Copy link
Member

The manylinux docker images added support for Python 3.13 build with free threading support. Trade python3.11 for python3.13t in the manylinux jobs.

The manylinux docker images added support for Python 3.13 build with
free threading support. Trade python3.11 for python3.13t in the
manylinux jobs.
@henryiii
Copy link
Contributor

FYI, python -m venv ... still installs pip 24.0. Maybe what you are seeing?

@dnicolodi
Copy link
Member Author

FYI, python -m venv ... still installs pip 24.0. Maybe what you are seeing?

Yes, I believe this is the problem. I'm working on a fix.

@dnicolodi dnicolodi force-pushed the ci-manylinux-py313t branch 4 times, most recently from 180b766 to 5823271 Compare May 13, 2024 20:53
Earlier pip releases do not recognize the free-threading ABI flag.
Cython does not support yet free-threading Python.
@dnicolodi dnicolodi merged commit adfe8cd into mesonbuild:main May 13, 2024
41 checks passed
@rgommers rgommers added the CI Continuous Integration label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants