Skip to content

Commit 7c2368d

Browse files
committed
Don't build wheels for Python versions requiring tomli
1 parent c48e4e1 commit 7c2368d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
CIBW_TEST_COMMAND: python -m unittest discover --start-directory {project}
12-
CIBW_SKIP: pp*
12+
CIBW_SKIP: pp* cp38-* cp39-* cp310-*
1313
CIBW_ENVIRONMENT_PASS_LINUX: TOMLI_USE_MYPYC
1414

1515
jobs:

0 commit comments

Comments
 (0)