@@ -142,25 +142,19 @@ jobs:
142142 # a single wheel. As a result we can just test the oldest and newest
143143 # supported Python versions and assume this gives us sufficient test
144144 # coverage.
145- - { os: ubuntu-latest, python-version: "3.9", architecture: x64, type: 'binary' }
146- - { os: macos-14, python-version: "3.9", architecture: arm64, type: 'binary' }
147145 - { os: ubuntu-latest, python-version: "3.13", architecture: x64, type: 'binary' }
148146 - { os: macos-14, python-version: "3.13", architecture: arm64, type: 'binary' }
149- - { os: ubuntu-latest, python-version: "3.9", architecture: x64, type: 'source'}
150- - { os: macos-14, python-version: "3.9", architecture: arm64, type: 'source', continuous-only: true }
151147 - { os: ubuntu-latest, python-version: "3.13", architecture: x64, type: 'source'}
152148 - { os: macos-14, python-version: "3.13", architecture: arm64, type: 'source', continuous-only: true }
153149 - { os: ubuntu-latest, python-version: "3.14", architecture: x64, type: 'source', continuous-only: true }
154150 - { os: macos-14, python-version: "3.14", architecture: arm64, type: 'source', continuous-only: true }
155151
156152 # Windows uses the full API up until Python 3.10.
157- - { os: windows-2022, python-version: "3.9", architecture: x86, type: 'binary', continuous-only: true }
158153 - { os: windows-2022, python-version: "3.10", architecture: x86, type: 'binary', continuous-only: true }
159154 - { os: windows-2022, python-version: "3.11", architecture: x86, type: 'binary', continuous-only: true }
160155 - { os: windows-2022, python-version: "3.12", architecture: x86, type: 'binary', continuous-only: true }
161156 - { os: windows-2022, python-version: "3.13", architecture: x86, type: 'binary', continuous-only: true }
162157 - { os: windows-2022, python-version: "3.14", architecture: x86, type: 'binary', continuous-only: true }
163- - { os: windows-2022, python-version: "3.9", architecture: x64, type: 'binary' }
164158 - { os: windows-2022, python-version: "3.10", architecture: x64, type: 'binary', continuous-only: true }
165159 - { os: windows-2022, python-version: "3.11", architecture: x64, type: 'binary', continuous-only: true }
166160 - { os: windows-2022, python-version: "3.12", architecture: x64, type: 'binary', continuous-only: true }
@@ -237,7 +231,7 @@ jobs:
237231 strategy :
238232 fail-fast : false # Don't cancel all jobs if one fails.
239233 matrix :
240- python-version : ["3.9", "3. 13", "3.14"]
234+ python-version : ["3.13", "3.14"]
241235 runs-on : ubuntu-latest
242236 if : ${{ github.event_name != 'pull_request_target' }}
243237 steps :
0 commit comments