Skip to content

Commit

Permalink
💪 Bump to Zig 0.13.0post1
Browse files Browse the repository at this point in the history
ppc64le builds are now available.
  • Loading branch information
agriyakhetarpal committed Nov 15, 2024
1 parent e1113f6 commit 8779b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build-system]
requires = [
"setuptools>=70.1.1",
# s390x and ppc64le wheels are not yet available
"ziglang==0.13.0; platform_machine != 's390x' and platform_machine != 'ppc64le'",
# s390x wheels are not yet available
"ziglang==0.13.0.post1; platform_machine != 's390x'",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 8779b5d

Please sign in to comment.