Skip to content

Commit 0ada25b

Browse files
committed
Fix build pipelines
1 parent 0d303bd commit 0ada25b

File tree

2 files changed

+49
-33
lines changed

2 files changed

+49
-33
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
target: ${{ matrix.target }}
6767
manylinux: ${{ matrix.manylinux || 'auto' }}
6868
container: ${{ matrix.container }}
69-
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13 pypy3.11' }} ${{ matrix.extra-build-args }}
69+
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13 3.14 pypy3.11' }} ${{ matrix.extra-build-args }}
7070
rust-toolchain: stable
7171
docker-options: -e CI
7272

rust/Cargo.lock

Lines changed: 48 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)