Skip to content

Commit

Permalink
skip cp37 tests (#2045)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Oct 25, 2023
1 parent e3a5506 commit 2c0cbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fallback_version = "Unknown"
test-command = "reacnetgenerator -h"
build = ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"]
test-skip = "cp37-win_amd64"
test-skip = "cp37-*"

[tool.cibuildwheel.linux]
environment-pass = ["CIBW_BUILD"]
Expand Down

0 comments on commit 2c0cbc1

Please sign in to comment.