8000 use rust 1.77 to support windows 7 · pydantic/jiter@a7d6438 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit a7d6438

Browse files
committed
use rust 1.77 to support windows 7
1 parent 6f4c2be commit a7d6438

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ jobs:
324324
target: ${{ matrix.target }}
325325
manylinux: ${{ matrix.manylinux }}
326326
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13' }}
327-
rust-toolchain: stable
327+
# using 1.77 as a temporary build to ship one last windows 7 release
328+
rust-toolchain: 1.77
328329
working-directory: crates/jiter-python
329330

330331
- run: ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} crates/jiter-python/dist/
@@ -376,7 +377,8 @@ jobs:
376377

377378
- name: install rust stable
378379
id: rust-toolchain
379-
uses: dtolnay/rust-toolchain@stable
380+
# using 1.77 as a temporary build to ship one last windows 7 release
381+
uses: dtolnay/rust-toolchain@1.77
380382
with:
381383
components: llvm-tools
382384

0 commit comments

Comments
 (0)
0