Skip to content

Commit 458dbe7

Browse files
committed
Revert "ci: test building for Python version 3.13"
This reverts commit 5ffd933.
1 parent 5ffd933 commit 458dbe7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,16 +207,16 @@ omit = [
207207
build = [
208208
"cp311-manylinux_x86_64",
209209
"cp312-manylinux_x86_64",
210-
"cp313-manylinux_x86_64",
210+
# "cp313-manylinux_x86_64",
211211
"cp311-musllinux_x86_64",
212212
"cp312-musllinux_x86_64",
213-
"cp313-musllinux_x86_64",
213+
# "cp313-musllinux_x86_64",
214214
"cp311-win_*64",
215215
"cp312-win_*64",
216-
"cp313-win_*64",
216+
# "cp313-win_*64",
217217
"cp311-macosx*",
218218
"cp312-macosx*",
219-
"cp313-macosx*",
219+
# "cp313-macosx_x86_64",
220220
# "cp313-macosx_arm64",
221221

222222
]

0 commit comments

Comments
 (0)