diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 2cce60b4c..8c52fd5c9 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -64,7 +64,7 @@ jobs: # Skip python 3.6 since scikit-build-core requires 3.7+ # Skip 32-bit wheels builds on Windows # Also skip the PyPy builds, since they fail the unit tests - CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-*" + CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*" CIBW_SKIP: "*-win32 *_i686" CIBW_TEST_SKIP: "*-macosx*arm64" OPENEXR_TEST_IMAGE_REPO: "https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr-images/main"