Skip to content

Commit

Permalink
Don't test wheels for EOL versions of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Aug 3, 2023
1 parent 70a1dd9 commit 85c875f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ filterwarnings = [
[tool.cibuildwheel]
test-command = "pytest {project}/test"
test-extras = ["test"]
test-skip = ["*universal2:arm64", "pp*"]
test-skip = ["*universal2:arm64", "pp*", "cp36", "cp37"]

# Setuptools bug causes collision between pypy and cpython artifacts
before-all = [
Expand Down

0 comments on commit 85c875f

Please sign in to comment.