@@ -32,14 +32,12 @@ jobs:
3232 matrix :
3333 python-version :
3434 [
35- " 3.7" ,
3635 " 3.8" ,
3736 " 3.9" ,
3837 " 3.10" ,
3938 " 3.11" ,
4039 " 3.12" ,
4140 " 3.13" ,
42- " 3.13t" ,
4341 " 3.14" ,
4442 " 3.14t" ,
4543 " pypy-3.11" ,
@@ -68,23 +66,11 @@ jobs:
6866 },
6967 ]
7068 include :
71- # ubuntu-24.04 does not support 3.7
72- - python-version : 3.7
73- platform : { os: "ubuntu-22.04", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
74- # not available on arm64 macOS, test on x64
75- - python-version : 3.7
76- platform : { os: "macos-15-intel", python-architecture: "x64", rust-target: "x86_64-apple-darwin" }
7769 - python-version : 3.8
7870 platform : { os: "macos-15-intel", python-architecture: "x64", rust-target: "x86_64-apple-darwin" }
7971 - python-version : 3.9
8072 platform : { os: "macos-15-intel", python-architecture: "x64", rust-target: "x86_64-apple-darwin" }
8173 exclude :
82- # ubuntu-24.04 does not support 3.7
83- - python-version : 3.7
84- platform : { os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
85- # not available on arm64 macOS
86- - python-version : 3.7
87- platform : { os: "macOS-latest", python-architecture: "arm64", rust-target: "aarch64-apple-darwin" }
8874 - python-version : 3.8
8975 platform : { os: "macOS-latest", python-architecture: "arm64", rust-target: "aarch64-apple-darwin" }
9076 - python-version : 3.9
@@ -125,7 +111,7 @@ jobs:
125111 strategy :
126112 fail-fast : ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
127113 matrix :
128- python-version : ["3.7", "3. 8", "3.9", "3.10", "3.11", "3.12"] # last numpy 1 release for 3.12
114+ python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"] # last numpy 1 release for 3.12
129115 platform :
130116 [
131117 {
@@ -150,23 +136,11 @@ jobs:
150136 },
151137 ]
152138 include :
153- # ubuntu-24.04 does not support 3.7
154- - python-version : 3.7
155- platform : { os: "ubuntu-22.04", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
156- # not available on arm64 macOS, test on x64
157- - python-version : 3.7
158- platform : { os: "macos-15-intel", python-architecture: "x64", rust-target: "x86_64-apple-darwin" }
159139 - python-version : 3.8
160140 platform : { os: "macos-15-intel", python-architecture: "x64", rust-target: "x86_64-apple-darwin" }
161141 - python-version : 3.9
162142 platform : { os: "macos-15-intel", python-architecture: "x64", rust-target: "x86_64-apple-darwin" }
163143 exclude :
164- # ubuntu-24.04 does not support 3.7
165- - python-version : 3.7
166- platform : { os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
167- # not available on arm64 macOS
168- - python-version : 3.7
169- platform : { os: "macOS-latest", python-architecture: "arm64", rust-target: "aarch64-apple-darwin" }
170144 - python-version : 3.8
171145 platform : { os: "macOS-latest", python-architecture: "arm64", rust-target: "aarch64-apple-darwin" }
172146 - python-version : 3.9
0 commit comments