Skip to content

Commit

Permalink
Skip wheels for pypy 3.9 and 3.10 on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Piersall committed Jan 5, 2025
1 parent 90da501 commit 941aa6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ test-command = "pytest {project}/test"

# wheels aren't built correctly for Python 3.6; seems like setuptools doesn't like
# pyproject.toml for that old Python.
skip = "cp36-*"
# pypy3.9 fails on Windows for some reason
skip = "cp36-* pp39-win_amd64 pp310-win_amd64"

build-verbosity = 1

Expand Down

0 comments on commit 941aa6d

Please sign in to comment.