Skip to content

Commit 7a73051

Browse files
committed
third-party test: Update Python versions
Drop 3.8. One of them (pyanalyze) already dropped support for 3.8, and likely others will follow soon. I'd like to wait a bit to drop support in typing-extensions itself, but I'm no longer interested in how 3.8 works in third-party packages. Also add 3.12 and 3.13 for all of them. If any don't work, I'll drop them again.
1 parent 08d866b commit 7a73051

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/third_party.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# PyPy is deliberately omitted here,
4545
# since pydantic's tests intermittently segfault on PyPy,
4646
# 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"]
4848
runs-on: ubuntu-latest
4949
timeout-minutes: 60
5050
steps:
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
fail-fast: false
9191
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"]
9393
runs-on: ubuntu-latest
9494
timeout-minutes: 60
9595
steps:
@@ -137,7 +137,7 @@ jobs:
137137
strategy:
138138
fail-fast: false
139139
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"]
141141
runs-on: ubuntu-latest
142142
timeout-minutes: 60
143143
steps:
@@ -186,7 +186,7 @@ jobs:
186186
strategy:
187187
fail-fast: false
188188
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"]
190190
runs-on: ubuntu-latest
191191
timeout-minutes: 60
192192
steps:
@@ -235,7 +235,7 @@ jobs:
235235
strategy:
236236
fail-fast: false
237237
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"]
239239
runs-on: ubuntu-latest
240240
timeout-minutes: 60
241241
steps:
@@ -290,7 +290,7 @@ jobs:
290290
strategy:
291291
fail-fast: false
292292
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"]
294294
runs-on: ubuntu-latest
295295
timeout-minutes: 60
296296
steps:
@@ -340,7 +340,7 @@ jobs:
340340
strategy:
341341
fail-fast: false
342342
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"]
344344
runs-on: ubuntu-latest
345345
timeout-minutes: 60
346346
steps:

0 commit comments

Comments
 (0)