-
Notifications
You must be signed in to change notification settings - Fork 48
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
add Python 3.11 support #74
Comments
This is expected. zfec is not yet tested against Python 3.11. This ticket could be retitled to "add Python 3.11 support" and someone could do the necessary CI setup, fix any issues, and make a release happen. |
@MironBodewes It may interest you that |
Did a quick test on macOS (arm64) and Fedora 37 (x86_64). With Python 3.11, I suppose can can do some things:
We could also look into abi3 wheels again (#49), now that cibuildwheel has support for it. |
It works fine for me with 3.10.6, but with python 3.11 it doesn't install. Edit: see exarkuns comment. I did change the Issue name.
The text was updated successfully, but these errors were encountered: