4747 windows :
4848 runs-on : windows-latest
4949 strategy :
50+ fail-fast : false
5051 matrix :
5152 WINDOWS :
5253 - {ARCH: 'x86', WINDOWS: 'win32', RUST_TRIPLE: 'i686-pc-windows-msvc'}
8485 linux :
8586 runs-on : ubuntu-22.04
8687 strategy :
88+ fail-fast : false
8789 matrix :
8890 PYTHON :
8991 - {VERSION: "3.13", NOXSESSION: "pep8,packaging"}
@@ -100,7 +102,7 @@ jobs:
100102 - {VERSION: "pypy-3.11", NOXSESSION: "tests"}
101103
102104 # MSRV
103- - {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "1.64 .0"}
105+ - {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "1.74 .0"}
104106 - {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "beta"}
105107 - {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "nightly"}
106108 name : " ${{ matrix.PYTHON.VERSION }} on linux, Rust ${{ matrix.PYTHON.RUST_VERSION || 'stable' }}"
@@ -141,6 +143,7 @@ jobs:
141143 - /staticnodehost/20:/__e/node20:ro,rshared
142144 - /staticnodehost/24:/__e/node24:ro,rshared
143145 strategy :
146+ fail-fast : false
144147 matrix :
145148 IMAGE :
146149 - {IMAGE: "alpine", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
@@ -172,6 +175,7 @@ jobs:
172175 runs-on : ${{ matrix.IMAGE.RUNNER }}
173176 container : ghcr.io/pyca/cryptography-runner-${{ matrix.IMAGE.IMAGE }}
174177 strategy :
178+ fail-fast : false
175179 matrix :
176180 IMAGE :
177181 - {IMAGE: "ubuntu-rolling:aarch64", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"}
0 commit comments