-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Support python 3.11? #341
Comments
I'll push wheels as soon as they will be available in cibuildwheel. How it produces wheels only for 3.11rc2. |
yea, also looking forward to this! |
Wheels for version 0.2.4 and 3.11 are available on pypi. |
I thought this was for python 3.10? |
@tonyabracadabra what do you mean? |
I meant isn't the wheel (0.2.4) on pypi only for 3.10 since it was released in Jun and I wasn't able to use it with Python 3.11 |
if you could make a new release with newly cythonized
a workaround is to preinstall |
Python 3.11 is fully supported now. Wheels for both packages are placed on pypi. |
@xzkostyan can you make a new release (0.2.5 or such?) with the updated cythonized files (that way it builds from source cleanly on M1) |
I'll push new version in this weekend. |
Version 0.2.5 released. |
Describe the bug
Can't install clickhouse-driver with python 3.11
To Reproduce
pip3.11 install clickhouse-driver
Expected behavior
Seeing such errors:
Versions
The text was updated successfully, but these errors were encountered: