Skip to content

Commit 187816c

Browse files
committed
only build 311 to speed up
1 parent 14a1d53 commit 187816c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ markers = [
163163
[tool.cibuildwheel]
164164
build = [
165165
"cp310-*",
166-
"cp311-*",
167-
"cp312-*",
168-
"cp313-*",
169-
"cp314-*",
166+
# "cp311-*",
167+
# "cp312-*",
168+
# "cp313-*",
169+
# "cp314-*",
170170
]
171171
build-frontend = "build"
172172
test-requires = ["pytest", "numpy"]

0 commit comments

Comments
 (0)