We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffd933 commit 458dbe7Copy full SHA for 458dbe7
pyproject.toml
@@ -207,16 +207,16 @@ omit = [
207
build = [
208
"cp311-manylinux_x86_64",
209
"cp312-manylinux_x86_64",
210
- "cp313-manylinux_x86_64",
+# "cp313-manylinux_x86_64",
211
"cp311-musllinux_x86_64",
212
"cp312-musllinux_x86_64",
213
- "cp313-musllinux_x86_64",
+# "cp313-musllinux_x86_64",
214
"cp311-win_*64",
215
"cp312-win_*64",
216
- "cp313-win_*64",
+# "cp313-win_*64",
217
"cp311-macosx*",
218
"cp312-macosx*",
219
- "cp313-macosx*",
+# "cp313-macosx_x86_64",
220
# "cp313-macosx_arm64",
221
222
]
0 commit comments