Skip to content

Commit 395f3ff

Browse files
committed
MNT: requires-python is defined, simplify cibuildwheel config
1 parent e6ef4da commit 395f3ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ nitime = [
6161
]
6262

6363
[tool.cibuildwheel]
64-
# Disable CPython 3.6 here; if project.requires-python gets defined,
65-
# cp36* can be removed
66-
skip = "pp* cp36*"
64+
# Disable PyPy
65+
skip = "pp*"
6766

6867
# 64-bit builds only; 32-bit builds seem pretty niche these days, so
6968
# don't bother unless someone asks

0 commit comments

Comments
 (0)