-
Notifications
You must be signed in to change notification settings - Fork 901
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
Binary Wheels Not Available for Python 3.13.0 #1827
Comments
@pranavrth Would you kindly take a look? Thank you. |
I am already working on it. Python 3.13 just got released today. cibuildwheels doesn't support it yet which we use to create wheels. We are planning to include Python 3.13 wheel in this release which is planned for 10/10. |
A deeper challenge for this is that on macOS, when trying to build a wheel from source on Python 3.13.0, I get the following error: Error
It appears that there might be a hard-coded path expectation somewhere that is not met on some macOS configurations. On my system, there is no |
It looks like cibuildwheel has added 3.13 support. |
Published v2.6.0 with Python 3.13 wheels. Closing this issue. Please raise a new issue if you face any problem. |
Description
Python 3.13.0 is available, however the binary wheels for confluent_kafka have not yet been built.
Would you please build and publish these wheels as soon as it is convenient for you?
How to reproduce
pip install confluent_kafka
Checklist
Please provide the following information:
confluent_kafka.version()
andconfluent_kafka.libversion()
):{...}
'debug': '..'
as necessary)The text was updated successfully, but these errors were encountered: