There was an error while loading. Please reload this page.
1 parent 0aa242f commit 0bc66fcCopy full SHA for 0bc66fc
.github/workflows/tests.yaml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
CIBW_TEST_COMMAND: python -m unittest discover --start-directory {project}
12
- CIBW_SKIP: pp* cp38-* cp39-* cp310-*
+ CIBW_SKIP: cp38-* cp39-* cp310-*
13
CIBW_ENVIRONMENT_PASS_LINUX: TOMLI_USE_MYPYC
14
15
jobs:
0 commit comments