File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ manylinux-x86_64-image = "manylinux2014"
109
109
[tool .cibuildwheel .linux ]
110
110
archs = [" x86_64" ]
111
111
build = " cp*"
112
- skip = " cp36-* cp37-* cp38-* cp39-* cp314-* cp315-* pypy* *musllinux*"
112
+ skip = " cp36-* cp37-* cp38-* cp39-* cp313-* cp314-* cp315-* pypy* *musllinux*"
113
113
manylinux-x86_64-image = " manylinux2014"
114
114
before-build = " pip install auditwheel-symbols abi3audit"
115
115
build-verbosity = 1
@@ -119,7 +119,7 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
119
119
[tool .cibuildwheel .macos ]
120
120
archs = [" arm64" , " universal2" ]
121
121
build = " cp*"
122
- skip = " cp36-* cp37-* cp38-* cp39-* cp314-* cp315-* pypy* pp*"
122
+ skip = " cp36-* cp37-* cp38-* cp39-* cp313-* cp314-* cp315-* pypy* pp*"
123
123
before-build = " brew install libomp llvm&&echo 'export PATH=\" /opt/homebrew/opt/llvm/bin:$PATH\"\\ nexport MACOSX_DEPLOYMENT_TARGET=14.0' >> /Users/runner/.bash_profile"
124
124
125
125
[tool .cibuildwheel .windows ]
You can’t perform that action at this time.
0 commit comments