|
9 | 9 |
|
10 | 10 | env:
|
11 | 11 | UV_VERSION: 0.6.4
|
12 |
| - DEFAULT_PYTHON_VERSION: '3.12' |
| 12 | + DEFAULT_PYTHON_VERSION: '3.13' |
13 | 13 |
|
14 | 14 | concurrency:
|
15 | 15 | group: ${{ github.workflow }}-${{ github.ref }}
|
@@ -71,15 +71,19 @@ jobs:
|
71 | 71 | fail-fast: false
|
72 | 72 | matrix:
|
73 | 73 | include:
|
| 74 | + - {python: '3.13', os: ubuntu-latest, session: tests} |
74 | 75 | - {python: '3.12', os: ubuntu-latest, session: tests}
|
75 | 76 | - {python: '3.11', os: ubuntu-latest, session: tests}
|
| 77 | + - {python: '3.13', os: windows-latest, session: tests} |
76 | 78 | - {python: '3.12', os: windows-latest, session: tests}
|
77 | 79 | - {python: '3.11', os: windows-latest, session: tests}
|
| 80 | + - {python: '3.13', os: macos-latest, session: tests} |
78 | 81 | - {python: '3.12', os: macos-latest, session: tests}
|
79 | 82 | - {python: '3.11', os: macos-latest, session: tests}
|
| 83 | + - {python: '3.13', os: macos-13, session: tests} |
80 | 84 | - {python: '3.12', os: macos-13, session: tests}
|
81 | 85 | - {python: '3.11', os: macos-13, session: tests}
|
82 |
| - - {python: '3.12', os: ubuntu-latest, session: tests-extended} |
| 86 | + - {python: '3.13', os: ubuntu-latest, session: tests-extended} |
83 | 87 |
|
84 | 88 | steps:
|
85 | 89 | - name: Check out the repo
|
|
0 commit comments