|
44 | 44 | # PyPy is deliberately omitted here, |
45 | 45 | # since pydantic's tests intermittently segfault on PyPy, |
46 | 46 | # and it's nothing to do with typing_extensions |
47 | | - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 47 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
48 | 48 | runs-on: ubuntu-latest |
49 | 49 | timeout-minutes: 60 |
50 | 50 | steps: |
|
89 | 89 | strategy: |
90 | 90 | fail-fast: false |
91 | 91 | matrix: |
92 | | - python-version: ["3.8", "3.9", "3.10", "3.11"] |
| 92 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
93 | 93 | runs-on: ubuntu-latest |
94 | 94 | timeout-minutes: 60 |
95 | 95 | steps: |
@@ -137,7 +137,7 @@ jobs: |
137 | 137 | strategy: |
138 | 138 | fail-fast: false |
139 | 139 | matrix: |
140 | | - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 140 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
141 | 141 | runs-on: ubuntu-latest |
142 | 142 | timeout-minutes: 60 |
143 | 143 | steps: |
@@ -186,7 +186,7 @@ jobs: |
186 | 186 | strategy: |
187 | 187 | fail-fast: false |
188 | 188 | matrix: |
189 | | - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 189 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
190 | 190 | runs-on: ubuntu-latest |
191 | 191 | timeout-minutes: 60 |
192 | 192 | steps: |
@@ -235,7 +235,7 @@ jobs: |
235 | 235 | strategy: |
236 | 236 | fail-fast: false |
237 | 237 | matrix: |
238 | | - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 238 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
239 | 239 | runs-on: ubuntu-latest |
240 | 240 | timeout-minutes: 60 |
241 | 241 | steps: |
@@ -290,7 +290,7 @@ jobs: |
290 | 290 | strategy: |
291 | 291 | fail-fast: false |
292 | 292 | matrix: |
293 | | - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 293 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
294 | 294 | runs-on: ubuntu-latest |
295 | 295 | timeout-minutes: 60 |
296 | 296 | steps: |
@@ -340,7 +340,7 @@ jobs: |
340 | 340 | strategy: |
341 | 341 | fail-fast: false |
342 | 342 | matrix: |
343 | | - python-version: ["3.8", "3.9", "3.10", "3.11"] |
| 343 | + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
344 | 344 | runs-on: ubuntu-latest |
345 | 345 | timeout-minutes: 60 |
346 | 346 | steps: |
|
0 commit comments