Skip to content

Commit 526fbb2

Browse files
committed
skip cp38 and cp39
1 parent e43626f commit 526fbb2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ select = [
4343

4444
[tool.cibuildwheel]
4545
build-verbosity = 1
46-
skip = ["cp314t-*"]
46+
skip = [
47+
"cp38-*",
48+
"cp39-*",
49+
"cp314t-*",
50+
]
4751
test-requires = "pytest"
4852
test-command = "pytest --mpl {project}/tests"
4953
environment = { PIP_ONLY_BINARY = ":all:" }

0 commit comments

Comments
 (0)