We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952a0a5 commit f8fe5afCopy full SHA for f8fe5af
pyproject.toml
@@ -19,6 +19,7 @@ testpaths = ["tests/Python"]
19
20
[tool.cibuildwheel]
21
enable = ["pypy"]
22
+skip = ["cp36-*", "cp37-*"]
23
test-command = "python -m pytest {project}/tests/Python"
24
#test-sources = ["tests/Python"]
25
test-extras = ["testing"]
0 commit comments