Skip to content

Commit 7c146d3

Browse files
Merge pull request #1149 from PowerGridModel/feature/prebuilt-python314
CI: Prebuilt binaries for python3.14 in CIBW
2 parents f869400 + 1a232ba commit 7c146d3

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
@@ -188,7 +188,7 @@ test-command = "pytest {package}/tests"
188188
# PyPy
189189
# musllinux in aarch64
190190
# disable Python 3.14 for now until it is released
191-
skip = ["pp*", "*-musllinux_aarch64", "cp314*"]
191+
skip = ["pp*", "*-musllinux_aarch64"]
192192

193193
[tool.cibuildwheel.linux]
194194
archs = ["x86_64", "aarch64"]

0 commit comments

Comments
 (0)