Skip to content

Commit

Permalink
chore: skip /opt/python/cp38-cp38/bin/python in cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Nov 8, 2024
1 parent 59ac11e commit 8bbc8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cibuildwheel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pytest {project}/tests \
{package}/tests-spec-explicit
"""
skip = [
"*p38*",
"pp*win*",
"pp*-manylinux_i686",
]
Expand Down

0 comments on commit 8bbc8a6

Please sign in to comment.