-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Python 3.13 support #210
Comments
Looks like a problem with cffi. |
fixed in python-cffi/cffi#24 but not released yet |
CFFI 1.17.0 has been released with Python 3.13 support: https://github.com/python-cffi/cffi/releases/tag/v1.17.0 And zstandard now installs on Python 3.13: ❯ python3.13 -m venv venv
❯ . venv/bin/activate
❯ pip install zstandard
Collecting zstandard
Downloading zstandard-0.23.0-cp313-cp313-macosx_11_0_arm64.whl.metadata (3.0 kB)
Downloading zstandard-0.23.0-cp313-cp313-macosx_11_0_arm64.whl (633 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 633.4/633.4 kB 17.2 MB/s eta 0:00:00
Installing collected packages: zstandard
Successfully installed zstandard-0.23.0 |
This was referenced Oct 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installing on Python 3.13 (both alpha 1 and alpha 2) currently fails as follows:
The text was updated successfully, but these errors were encountered: