Skip to content

Commit

Permalink
Don't build wheels for Python versions requiring tomli
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Nov 27, 2024
1 parent c48e4e1 commit 7c2368d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
CIBW_TEST_COMMAND: python -m unittest discover --start-directory {project}
CIBW_SKIP: pp*
CIBW_SKIP: pp* cp38-* cp39-* cp310-*
CIBW_ENVIRONMENT_PASS_LINUX: TOMLI_USE_MYPYC

jobs:
Expand Down

0 comments on commit 7c2368d

Please sign in to comment.