Skip to content

Commit 29661ce

Browse files
committed
MNT: Move version restriction to cibuildwheel for now, add comments
1 parent 36238e3 commit 29661ce

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ requires = [
1010
]
1111
build-backend = "setuptools.build_meta"
1212

13-
[project]
14-
requires-python = ">=3.7"
15-
1613
[tool.cibuildwheel]
17-
skip = "pp*"
14+
# Disable CPython 3.6 here; if project.requires-python gets defined,
15+
# cp36* can be removed
16+
skip = "pp* cp36*"
1817

18+
# 64-bit builds only; 32-bit builds seem pretty niche these days, so
19+
# don't bother unless someone asks
1920
archs = ["auto64"]

0 commit comments

Comments
 (0)