Uh oh!
There was an error while loading. Please reload this page.
Update cibuildwheel to compile wheels for Python 3.12 - #369
Update cibuildwheel to compile wheels for Python 3.12#369Anthony Shaw (tonybaloney) wants to merge 2 commits into
Conversation
Anthony Shaw (tonybaloney)
commented
Oct 9, 2023
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 |
Tyson Clugg (tysonclugg)
commented
Oct 15, 2023
Anthony Shaw (@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? |
Sumedh Singh (SumedhSingh12)
commented
Nov 3, 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. |
Maciej Sobczyk (errarr)
commented
Nov 6, 2023
Anthony Shaw (@tonybaloney) could you please provide some estimations? |
Kashif Khan (kashifkhan)
commented
Nov 7, 2023
Hi everyone, Tyson Clugg (@tysonclugg)Maciej Sobczyk (@errarr) are yall using uamqp because of the python Service Bus or Event Hub client libraries or using it directly in your code? |
Tyson Clugg (tysonclugg)
commented
Nov 7, 2023
We're using uamqp directly in our project, receiving message from multiple AMQP 1.0 channels. |
Anthony Shaw (tonybaloney)
commented
Nov 29, 2023
Was resolved by #370 |
Fixes#368