diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 727d617b4..b61bfcf89 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -201,7 +201,7 @@ jobs: env: CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python" - CIBW_SKIP: pp* + CIBW_SKIP: "pp* cp36*" run: | python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse