Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tonybaloney
Copy link
Contributor

Fixes #368

@tonybaloney
Copy link
Contributor Author

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

@tysonclugg
Copy link

@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?

@SumedhSingh12
Copy link

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.

@errarr
Copy link

errarr commented Nov 6, 2023

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?

@kashifkhan
Copy link
Member

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?

@tysonclugg
Copy link

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.

@tonybaloney
Copy link
Contributor Author

Was resolved by #370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide Python 3.12 wheels
5 participants