RalfG / python-wheels-manylinux-build

GitHub Action to build Python manylinux wheels
https://github.com/marketplace/actions/python-wheels-manylinux-build
Apache License 2.0
92 stars 44 forks source link

Add cp311-cp311 to defaults #54

Closed skshetry closed 1 year ago

skshetry commented 2 years ago

Python 3.11.0rc1 is now released, which is guaranteed to be ABI compatible with the final release. cibuildwheel v2.9.0 has also enabled it by default. See https://github.com/pypa/cibuildwheel/releases/tag/v2.9.0.

So, I think it's safe to enable this by default.

RalfG commented 1 year ago

Thanks @skshetry!