Azure / azure-uamqp-python

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

Provide Python 3.12 wheels #368

Closed tysonclugg closed 7 months ago

tysonclugg commented 9 months ago

As of a few days ago, Python 3.12.0 is the latest stable Python release.

Please build and upload Python 3.12 wheels to the Python Package Index (PyPi).

tysonclugg commented 7 months ago

@tonybaloney This seems to be complete as Python 3.12 wheels are available at https://pypi.org/project/uamqp/1.6.6/ - did you have any remaining TODO items from #369 that need to be addressed before this issue can be closed?

tysonclugg commented 7 months ago

Closing as #370 has been merged into main.

The Windows 2019 build failures at https://github.com/Azure/azure-uamqp-python/actions/runs/6893315232/job/18752605752 and https://github.com/Azure/azure-uamqp-python/actions/runs/6452885699/job/17515552911 appear to have the same root cause:

        calling cmake D:\a\azure-uamqp-python\azure-uamqp-python/src/vendor/azure-uamqp-c/ -G "Visual Studio 17 2022" -A Win32 -Duse_openssl:bool=OFF -Duse_default_uuid:bool=ON  -Duse_builtin_httpapi:bool=ON  -Dskip_samples:bool=ON -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE -DCMAKE_BUILD_TYPE=Release
        CMake Error at CMakeLists.txt:5 (project):
          Generator

            Visual Studio 17 2022

          could not find any instance of Visual Studio.

If you are affected by the above, I suggest you raise in a separate issue.