Skip to content

Commit bd32a38

Browse files
committed
skip early CPython versions before 3.11 (was attempting 3.6)
1 parent 0df485d commit bd32a38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ mkdocstrings = {extras = ["python"], version = "^0.27.0"}
4040

4141
[tool.cibuildwheel]
4242
build = "cp3*-manylinux2014_x86_64 cp3*-macosx_x86_64 cp3*-macosx_arm64 cp3*-win_amd64"
43+
skip = "cp36-* cp37-* cp38-* cp39-* cp310-*"
4344

4445
[tool.setuptools.package-data]
4546
libvcell = ["lib/*"]

0 commit comments

Comments
 (0)