We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47dae50 commit 6cc6376Copy full SHA for 6cc6376
.github/workflows/python-test.yaml
@@ -78,8 +78,8 @@ jobs:
78
target: ${{ matrix.target }}
79
args: --release --out dist --interpreter '3.10 3.11 3.12 3.13 3.13t 3.14 3.14t' ${{ matrix.target == 'x86_64' && '--sdist' || '' }}
80
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
81
+ rust-toolchain: '1.93.0'
82
manylinux: ${{ matrix.target == 'x86_64' && 'auto' || matrix.target == 'aarch64' && '2_28' }}
- container: ${{ matrix.target == 'x86_64' && 'quay.io/pypa/manylinux2014_x86_64:2026.02.06-1' || '' }}
83
before-script-linux: |
84
case "${{ matrix.target }}" in
85
"aarch64" | "armv7" | "s390x" | "ppc64le")
0 commit comments