Skip to content

Commit 859750f

Browse files
committed
remove 3.13
1 parent f97378c commit 859750f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ manylinux-x86_64-image = "manylinux2014"
109109
[tool.cibuildwheel.linux]
110110
archs = ["x86_64"]
111111
build = "cp*"
112-
skip = "cp36-* cp37-* cp38-* cp39-* cp314-* cp315-* pypy* *musllinux*"
112+
skip = "cp36-* cp37-* cp38-* cp39-* cp313-* cp314-* cp315-* pypy* *musllinux*"
113113
manylinux-x86_64-image = "manylinux2014"
114114
before-build = "pip install auditwheel-symbols abi3audit"
115115
build-verbosity = 1
@@ -119,7 +119,7 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
119119
[tool.cibuildwheel.macos]
120120
archs = ["arm64", "universal2"]
121121
build = "cp*"
122-
skip = "cp36-* cp37-* cp38-* cp39-* cp314-* cp315-* pypy* pp*"
122+
skip = "cp36-* cp37-* cp38-* cp39-* cp313-* cp314-* cp315-* pypy* pp*"
123123
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"
124124

125125
[tool.cibuildwheel.windows]

0 commit comments

Comments
 (0)