Skip to content

Commit

Permalink
disable py 3.6 3.7 3.8 on macos and win
Browse files Browse the repository at this point in the history
di
  • Loading branch information
thiesmoeller committed Jun 15, 2024
1 parent fa5526d commit 5940c45
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 @@ -3,7 +3,7 @@ requires = ["setuptools>=42", "swig>=4.2", "wheel"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
skip = "pp*"
skip = "pp* cp36-* cp37-* cp38-*"
build-verbosity = "0"
test-requires = "pytest numpy"

Expand Down

0 comments on commit 5940c45

Please sign in to comment.