|
10 | 10 | workflow_dispatch: |
11 | 11 |
|
12 | 12 | env: |
13 | | - DEFAULT_PYTHON: "3.13" |
| 13 | + DEFAULT_PYTHON: "3.14" |
14 | 14 | PRE_COMMIT_CACHE: ~/.cache/pre-commit |
15 | 15 |
|
16 | 16 | concurrency: |
|
24 | 24 | runs-on: ubuntu-latest |
25 | 25 | strategy: |
26 | 26 | matrix: |
27 | | - python-version: ["3.12", "3.13"] |
| 27 | + python-version: ["3.13", "3.14"] |
28 | 28 | outputs: |
29 | 29 | python-version: ${{ matrix.python-version }} |
30 | 30 | name: Prepare Python ${{ matrix.python-version }} dependencies |
|
74 | 74 | needs: prepare |
75 | 75 | strategy: |
76 | 76 | matrix: |
77 | | - python-version: ["3.12", "3.13"] |
| 77 | + python-version: ["3.13", "3.14"] |
78 | 78 | steps: |
79 | 79 | - name: Check out code from GitHub |
80 | 80 | uses: actions/checkout@v6.0.2 |
@@ -123,7 +123,7 @@ jobs: |
123 | 123 | needs: prepare |
124 | 124 | strategy: |
125 | 125 | matrix: |
126 | | - python-version: ["3.12", "3.13"] |
| 126 | + python-version: ["3.13", "3.14"] |
127 | 127 | steps: |
128 | 128 | - name: Check out code from GitHub |
129 | 129 | uses: actions/checkout@v6.0.2 |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | needs: prepare |
173 | 173 | strategy: |
174 | 174 | matrix: |
175 | | - python-version: ["3.12", "3.13"] |
| 175 | + python-version: ["3.13", "3.14"] |
176 | 176 | steps: |
177 | 177 | - name: Check out code from GitHub |
178 | 178 | uses: actions/checkout@v6.0.2 |
@@ -263,7 +263,7 @@ jobs: |
263 | 263 | needs: prepare |
264 | 264 | strategy: |
265 | 265 | matrix: |
266 | | - python-version: ["3.12", "3.13"] |
| 266 | + python-version: ["3.13", "3.14"] |
267 | 267 | name: Run tests Python ${{ matrix.python-version }} |
268 | 268 | steps: |
269 | 269 | - name: Check out code from GitHub |
|
0 commit comments