Skip to content

Commit 5c4e3e6

Browse files
committed
Update to use zig 0.16 and maturin 1.15 for packaging additional Python wheels
1 parent 6d994f4 commit 5c4e3e6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ jobs:
883883
name: Setup Python env
884884
command: |
885885
make setup-python
886-
.venv3.13/bin/pip install ziglang==0.15.2
886+
.venv3.13/bin/pip install ziglang==0.16.0
887887
- run:
888888
name: Install additional targets
889889
command: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
- name: Setup Python env
310310
run: |
311311
make setup-python
312-
.venv3.13/bin/pip install ziglang==0.15.2
312+
.venv3.13/bin/pip install ziglang==0.16.0
313313
- name: Install additional targets
314314
run: |
315315
rustup target add aarch64-unknown-linux-gnu

glean-core/python/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ ruff==0.7.2
1111
semver==2.13.0
1212
twine==6.0.1
1313
wheel==0.48.0
14-
maturin==1.12.6
14+
maturin==1.15.0
1515
patchelf>=0.19.1.0; sys_platform == "linux"

0 commit comments

Comments
 (0)