Skip to content

Commit

Permalink
removed 2014 from linux
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Sep 19, 2023
1 parent 1bd4a37 commit 223fa62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,10 @@ test-command = "bash {project}/tools/build_tools/test_wheel.sh {project}"

[tool.cibuildwheel.linux]
archs = ["x86_64", "aarch64"]
skip = "cp312-manylinux_2_14*"
skip = [
"cp312-manylinux_2_14*",
"cp312-manylinux2014*",
]

[tool.cibuildwheel.windows]
archs = ["AMD64", "x86"]
Expand Down

0 comments on commit 223fa62

Please sign in to comment.