File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ manylinux-x86_64-image = "manylinux2014"
106
106
[tool .cibuildwheel .linux ]
107
107
archs = [" x86_64" ]
108
108
build = " cp*"
109
- skip = " cp36-* cp37-* cp38-* cp39-* cp312 -* pypy* *musllinux*"
109
+ skip = " cp36-* cp37-* cp38-* cp39-* cp313 -* pypy* *musllinux*"
110
110
manylinux-x86_64-image = " manylinux2014"
111
111
before-build = " pip install auditwheel-symbols abi3audit"
112
112
build-verbosity = 1
@@ -116,12 +116,12 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
116
116
[tool .cibuildwheel .macos ]
117
117
archs = [" x86_64" ]
118
118
build = " cp*"
119
- skip = " cp36-* cp37-* cp38-* cp39-* cp312 -* pypy* pp*"
119
+ skip = " cp36-* cp37-* cp38-* cp39-* cp313 -* pypy* pp*"
120
120
121
121
[tool .cibuildwheel .windows ]
122
122
archs = [" AMD64" ]
123
123
build = " cp*"
124
- skip = " cp36-* cp37-* cp38-* cp39-* cp312 -* pypy*"
124
+ skip = " cp36-* cp37-* cp38-* cp39-* cp313 -* pypy*"
125
125
126
126
[tool .cython-lint ]
127
127
max-line-length = 88
You can’t perform that action at this time.
0 commit comments