skip Python 3.6 on macOS

This commit is contained in:
Krasimir Angelov
2023-02-24 07:57:02 +01:00
parent 1b2c8ce961
commit 4da2778776

View File

@@ -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