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

Provide Python 3.12 wheels #368

Closed
tysonclugg opened this issue Oct 5, 2023 · 2 comments · May be fixed by #369
Closed

Provide Python 3.12 wheels #368

tysonclugg opened this issue Oct 5, 2023 · 2 comments · May be fixed by #369

Comments

@tysonclugg
Copy link

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
Copy link
Author

@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
Copy link
Author

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.

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 a pull request may close this issue.

1 participant