We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc844b5 + 7e228eb commit d3e7bb6Copy full SHA for d3e7bb6
1 file changed
pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "setuptools.build_meta"
25
26
[tool.cibuildwheel]
27
build-verbosity = 0 # options: 1, 2, or 3
28
-skip = ["cp36-*", "cp37-*", "pp*", "*-win32"]
+skip = ["cp36-*", "cp37-*", "cp38-*", "pp*", "*-win32"]
29
30
[tool.cibuildwheel.windows]
31
archs = ["auto64"]
0 commit comments