mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-28 04:16:28 -06:00
skip Python 3.6 on macOS
This commit is contained in:
@@ -201,7 +201,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CIBW_TEST_REQUIRES: pytest
|
CIBW_TEST_REQUIRES: pytest
|
||||||
CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python"
|
CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python"
|
||||||
CIBW_SKIP: pp*
|
CIBW_SKIP: "pp* cp36*"
|
||||||
run: |
|
run: |
|
||||||
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user