Skip to content

Commit 7edbce0

Browse files
authored
ci: Update Python versions (#682)
Homebrew discontinued CPython 3.8. Update minimum version to Python 3.9 on this platform. Add CPython 3.13 to the regular test matrix.
1 parent a4e25b7 commit 7edbce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- windows-latest
5252
python:
5353
- '3.7'
54-
- '3.12'
54+
- '3.13'
5555
meson:
5656
-
5757
pyproject_metadata:
@@ -291,8 +291,8 @@ jobs:
291291
fail-fast: false
292292
matrix:
293293
python:
294-
- '3.8'
295-
- '3.11'
294+
- '3.9'
295+
- '3.12'
296296
meson:
297297
-
298298

0 commit comments

Comments
 (0)