Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
55 stars 47 forks source link

Update cibuildwheel to compile wheels for Python 3.12 #369

Open tonybaloney opened 9 months ago

tonybaloney commented 9 months ago

Fixes #368

tonybaloney commented 9 months ago

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 commented 8 months ago

@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 commented 8 months ago

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 commented 8 months ago

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 commented 8 months ago

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 commented 8 months ago

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 commented 7 months ago

Was resolved by #370