tinyaes-py icon indicating copy to clipboard operation
tinyaes-py copied to clipboard

bump cibuildwheel to correctly build py312

Open adehad opened this issue 1 year ago • 0 comments

Hi @naufraghi,

Currently the py312 wheels are not present on pypi https://pypi.org/project/tinyaes/1.1.0/#files

Reviewing the changelog history for cibuildwheel: https://cibuildwheel.pypa.io/en/stable/changelog/ I believe the issue is because Python 3.12 was under the pre-release support at the current version used in the GitHub Action.

This change I believe should correctly pick up the new configuration to build the Python3.12 wheel as expected.

I believe the minimum version would be 2.15: https://cibuildwheel.pypa.io/en/stable/changelog/#v2150

adehad avatar Jul 08 '24 10:07 adehad