@@ -169,14 +169,16 @@ jobs:
169169 # a single wheel. As a result we can just test the oldest and newest
170170 # supported Python versions and assume this gives us sufficient test
171171 # coverage.
172- - { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'binary' }
173- - { os: macos-13, python-version: "3.8", architecture: x64, type: 'binary' }
174- - { os: ubuntu-latest, python-version: "3.11", architecture: x64, type: 'binary' }
175- - { os: macos-13, python-version: "3.11", architecture: x64, type: 'binary' }
176- - { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'source' }
177- - { os: macos-13, python-version: "3.8", architecture: x64, type: 'source' }
178- - { os: ubuntu-latest, python-version: "3.11", architecture: x64, type: 'source' }
179- - { os: macos-13, python-version: "3.11", architecture: x64, type: 'source' }
172+ - { os: ubuntu-latest, python-version: "3.9", architecture: x64, type: 'binary' }
173+ - { os: macos-14, python-version: "3.9", architecture: arm64, type: 'binary' }
174+ - { os: ubuntu-latest, python-version: "3.13", architecture: x64, type: 'binary' }
175+ - { os: macos-14, python-version: "3.13", architecture: arm64, type: 'binary' }
176+ - { os: ubuntu-latest, python-version: "3.9", architecture: x64, type: 'source'}
177+ - { os: macos-14, python-version: "3.9", architecture: arm64, type: 'source', continuous-only: true }
178+ - { os: ubuntu-latest, python-version: "3.13", architecture: x64, type: 'source'}
179+ - { os: macos-14, python-version: "3.13", architecture: arm64, type: 'source', continuous-only: true }
180+ - { os: ubuntu-latest, python-version: "3.14", architecture: x64, type: 'source', continuous-only: true }
181+ - { os: macos-14, python-version: "3.14", architecture: arm64, type: 'source', continuous-only: true }
180182
181183 # Windows uses the full API up until Python 3.10, so each of these
182184 # jobs tests a distinct binary wheel.
0 commit comments