Skip to content

Build wheels for Python version 3.11

Tim Schoof requested to merge build_wheels_python_311 into main

The manylinux2010 image doesn't support Python 3.11. Therefore, use the manylinux2014 image to build wheels for that version.

For backwards compatibility, wheels for earlier Python versions are still being built using the manylinux2010 image.

Merge request reports