Skip to content

Commit

Permalink
stops musllinux aarch64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Apr 10, 2022
1 parent 22e20f5 commit e766fed
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 @@ -10,7 +10,7 @@ before-build = "python {project}/get_spice.py"
# Only build on CPython 3.9
build = "cp39-*"
# Skip 32-bit builds and pypy
skip = ["*-win32", "*-manylinux_i686", "pypy*"]
skip = ["*-win32", "*-manylinux_i686", "*-musllinux_i686", "pypy*", "pp*", "*-musllinux_aarch64"]
# other options
build-verbosity = 2
before-test = [
Expand Down

0 comments on commit e766fed

Please sign in to comment.