|
46 | 46 | # PyPy is deliberately omitted here, |
47 | 47 | # since pydantic's tests intermittently segfault on PyPy, |
48 | 48 | # and it's nothing to do with typing_extensions |
49 | | - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] |
| 49 | + # Tests on 3.14 don't pass as of 18 October 2025 |
| 50 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
50 | 51 | runs-on: ubuntu-latest |
51 | 52 | timeout-minutes: 60 |
52 | 53 | steps: |
@@ -186,7 +187,8 @@ jobs: |
186 | 187 | strategy: |
187 | 188 | fail-fast: false |
188 | 189 | matrix: |
189 | | - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
| 190 | + # 3.9 is no longer supported. 3.14 fails some tests as of 18 October 2025 |
| 191 | + python-version: ["3.10", "3.11", "3.12", "3.13"] |
190 | 192 | runs-on: ubuntu-latest |
191 | 193 | timeout-minutes: 60 |
192 | 194 | steps: |
@@ -228,7 +230,8 @@ jobs: |
228 | 230 | strategy: |
229 | 231 | fail-fast: false |
230 | 232 | matrix: |
231 | | - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] |
| 233 | + # As of 18 October 2025, 3.14 fails a test |
| 234 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
232 | 235 | runs-on: ubuntu-latest |
233 | 236 | timeout-minutes: 60 |
234 | 237 | steps: |
@@ -335,7 +338,8 @@ jobs: |
335 | 338 | strategy: |
336 | 339 | fail-fast: false |
337 | 340 | matrix: |
338 | | - python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ] |
| 341 | + # As of 18 October 2025 a dependency is missing 3.14 wheels |
| 342 | + python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
339 | 343 | steps: |
340 | 344 | - name: Install the latest version of uv |
341 | 345 | uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
@@ -392,6 +396,7 @@ jobs: |
392 | 396 | || needs.mypy.result == 'failure' |
393 | 397 | || needs.cattrs.result == 'failure' |
394 | 398 | || needs.sqlalchemy.result == 'failure' |
| 399 | + || needs.litestar.result == 'failure' |
395 | 400 | ) |
396 | 401 | }} |
397 | 402 |
|
|
0 commit comments