Skip to content

Commit

Permalink
watcher-py: eh, drop all non-x86_64 and aarch64 archs
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Jul 15, 2024
1 parent 9c56631 commit e656c81
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,8 @@ packages = [{include = "watcher"}]
skip = ["cp36-*", "cp37-*"]
free-threaded-support = true
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
manylinux-aarch64-image = "manylinux2014"
manylinux-ppc64le-image = "manylinux2014"
manylinux-s390x-image = "manylinux2014"
manylinux-pypy_x86_64-image = "manylinux2014"
manylinux-pypy_i686-image = "manylinux2014"
manylinux-pypy_aarch64-image = "manylinux2014"
musllinux-x86_64-image = "musllinux_1_2"
musllinux-i686-image = "musllinux_1_2"
musllinux-aarch64-image = "musllinux_1_2"
musllinux-ppc64le-image = "musllinux_1_2"
musllinux-s390x-image = "musllinux_1_2"

0 comments on commit e656c81

Please sign in to comment.