Skip to content

Commit f8fe5af

Browse files
committed
Skip archaic py versions
1 parent 952a0a5 commit f8fe5af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ testpaths = ["tests/Python"]
1919

2020
[tool.cibuildwheel]
2121
enable = ["pypy"]
22+
skip = ["cp36-*", "cp37-*"]
2223
test-command = "python -m pytest {project}/tests/Python"
2324
#test-sources = ["tests/Python"]
2425
test-extras = ["testing"]

0 commit comments

Comments
 (0)