We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ef4da commit 395f3ffCopy full SHA for 395f3ff
pyproject.toml
@@ -61,9 +61,8 @@ nitime = [
61
]
62
63
[tool.cibuildwheel]
64
-# Disable CPython 3.6 here; if project.requires-python gets defined,
65
-# cp36* can be removed
66
-skip = "pp* cp36*"
+# Disable PyPy
+skip = "pp*"
67
68
# 64-bit builds only; 32-bit builds seem pretty niche these days, so
69
# don't bother unless someone asks
0 commit comments