Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
56 stars 48 forks source link

Python 3.10 support #271

Closed yunhaoling closed 2 years ago

yunhaoling commented 2 years ago

addressing issue: https://github.com/Azure/azure-sdk-for-python/issues/20622

we're going to drop manylinux1 wheel support for python 3.10.

manyliunx is reaching its EOL on Jan 2022, the pyca team already stops providing cpython 3.10 build-in docker image for manylinux1.

related issue: https://github.com/pypa/manylinux/issues/994