-
Notifications
You must be signed in to change notification settings - Fork 47
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
Update cibuildwheel to compile wheels for Python 3.12 #369
base: main
Are you sure you want to change the base?
Conversation
this highlights how the current source code is incompatible with cython>v3.0.0 which was released recently. Because there wasn't a version range specified in pyproject.toml the current build is broken |
@tonybaloney can we address the issues separately, by using a version range on cython and raising a separate issue so that the Python 3.12 wheels can ship? |
Do we have an ETA for the python 3.12 support. We use the uamqp library as a dependency in our azure cli extension and this is currently blocking our customers from using the latest python version in their build piplines. |
@tonybaloney could you please provide some estimations? |
Hi everyone, @tysonclugg @errarr are yall using uamqp because of the python Service Bus or Event Hub client libraries or using it directly in your code? |
We're using uamqp directly in our project, receiving message from multiple AMQP 1.0 channels. |
Was resolved by #370 |
Fixes #368