Skip to content

Commit ceab35f

Browse files
author
Jon
committed
Stop building wheels for EOLed 3.8, start on 3.13
1 parent 62c6c19 commit ceab35f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)