Skip to content

Commit 6636d27

Browse files
committed
update cp
1 parent 169e9df commit 6636d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ manylinux-x86_64-image = "manylinux2014"
106106
[tool.cibuildwheel.linux]
107107
archs = ["x86_64"]
108108
build = "cp*"
109-
skip = "cp36-* cp37-* cp38-* cp39-* cp312-* pypy* *musllinux*"
109+
skip = "cp36-* cp37-* cp38-* cp39-* cp313-* pypy* *musllinux*"
110110
manylinux-x86_64-image = "manylinux2014"
111111
before-build = "pip install auditwheel-symbols abi3audit"
112112
build-verbosity = 1
@@ -116,12 +116,12 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
116116
[tool.cibuildwheel.macos]
117117
archs = ["x86_64"]
118118
build = "cp*"
119-
skip = "cp36-* cp37-* cp38-* cp39-* cp312-* pypy* pp*"
119+
skip = "cp36-* cp37-* cp38-* cp39-* cp313-* pypy* pp*"
120120

121121
[tool.cibuildwheel.windows]
122122
archs = ["AMD64"]
123123
build = "cp*"
124-
skip = "cp36-* cp37-* cp38-* cp39-* cp312-* pypy*"
124+
skip = "cp36-* cp37-* cp38-* cp39-* cp313-* pypy*"
125125

126126
[tool.cython-lint]
127127
max-line-length = 88

0 commit comments

Comments
 (0)