mesonbuild / meson-python

Meson PEP 517 Python build backend
https://mesonbuild.com/meson-python/
MIT License
118 stars 59 forks source link

CI: test free threading Python 3.13 #627

Closed dnicolodi closed 1 month ago

dnicolodi commented 1 month ago

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 commented 1 month ago

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

dnicolodi commented 1 month ago

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.