Skip to content

Commit 7e228eb

Browse files
author
Jon
committed
Stop building wheels for EOLed 3.8, start on 3.13
1 parent dc844b5 commit 7e228eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build-backend = "setuptools.build_meta"
2525

2626
[tool.cibuildwheel]
2727
build-verbosity = 0 # options: 1, 2, or 3
28-
skip = ["cp36-*", "cp37-*", "pp*", "*-win32"]
28+
skip = ["cp36-*", "cp37-*", "cp38-*", "pp*", "*-win32"]
2929

3030
[tool.cibuildwheel.windows]
3131
archs = ["auto64"]

0 commit comments

Comments
 (0)