|
9 | 9 |
|
10 | 10 | env: |
11 | 11 | UV_VERSION: 0.9.14 |
12 | | - DEFAULT_PYTHON_VERSION: '3.14' |
| 12 | + DEFAULT_PYTHON_VERSION: '3.13' |
13 | 13 |
|
14 | 14 | concurrency: |
15 | 15 | group: ${{ github.workflow }}-${{ github.ref }} |
@@ -83,11 +83,11 @@ jobs: |
83 | 83 | - {python: '3.13', os: macos-latest, session: tests} |
84 | 84 | - {python: '3.12', os: macos-latest, session: tests} |
85 | 85 | - {python: '3.11', os: macos-latest, session: tests} |
86 | | - - {python: '3.14', os: macos-13, session: tests} |
87 | | - - {python: '3.13', os: macos-13, session: tests} |
88 | | - - {python: '3.12', os: macos-13, session: tests} |
89 | | - - {python: '3.11', os: macos-13, session: tests} |
90 | | - - {python: '3.14', os: ubuntu-latest, session: tests-extended} |
| 86 | + - {python: '3.14', os: macos-15-intel, session: tests} |
| 87 | + - {python: '3.13', os: macos-15-intel, session: tests} |
| 88 | + - {python: '3.12', os: macos-15-intel, session: tests} |
| 89 | + - {python: '3.11', os: macos-15-intel, session: tests} |
| 90 | + - {python: '3.13', os: ubuntu-latest, session: tests-extended} |
91 | 91 |
|
92 | 92 | steps: |
93 | 93 | - name: Check out the repo |
|
0 commit comments