Skip to content

Commit 4fa4f41

Browse files
No Cpython for 3.8 macOS arm
1 parent aab707b commit 4fa4f41

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
@@ -58,7 +58,7 @@ dependencies = {file = "requirements.txt"}
5858

5959
[tool.cibuildwheel]
6060
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
61-
skip = ["*-win32"]
61+
skip = ["*-win32", "cp38-macosx_arm64"]
6262
build-verbosity = 1
6363

6464
[tool.cibuildwheel.macos.environment]

0 commit comments

Comments
 (0)