Skip to content

Commit 0bc66fc

Browse files
committed
Remove now off-by-default PyPy from cibuildwheel skip list
1 parent 0aa242f commit 0bc66fc

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* cp38-* cp39-* cp310-*
12+
CIBW_SKIP: cp38-* cp39-* cp310-*
1313
CIBW_ENVIRONMENT_PASS_LINUX: TOMLI_USE_MYPYC
1414

1515
jobs:

0 commit comments

Comments
 (0)