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
Cython 3.1 is out now, and httptools builds on the free-threaded build:
goldbaum at Nathans-MacBook-Pro in ~/Documents/httptools on master
± pip install .
Processing /Users/goldbaum/Documents/httptools
Preparing metadata (setup.py) ... done
Building wheels for collected packages: httptools
Building wheel for httptools (setup.py) ... done
Created wheel for httptools: filename=httptools-0.7.0.dev0-cp313-cp313t-macosx_15_0_arm64.whl size=109184 sha256=0c40984cc0b4ade3ddafa4e1951bf302b3dcad62bbb9264f702df9c7e1d3fb3e
Stored in directory: /private/var/folders/nk/yds4mlh97kg9qdq745g715rw0000gn/T/pip-ephem-wheel-cache-eiyb5ne8/wheels/ea/f5/f8/2339ab0e4c1eb68b3e46381d04b922d0997650e9cdb84d0699
Successfully built httptools
Installing collected packages: httptools
Successfully installed httptools-0.7.0.dev0
[notice] A new release of pip is available: 25.0.1 -> 25.1.1
[notice] To update, run: pip install --upgrade pip
goldbaum at Nathans-MacBook-Pro in ~/Documents/httptools on master
± python -VV
Python 3.13.3 experimental free-threading build (main, May 14 2025, 08:53:19) [Clang 17.0.0 (clang-1700.0.13.3)]
Installing from source on Python 3.13 (M1 Mac) works fine:
But in free-threaded Python:
The text was updated successfully, but these errors were encountered: