Skip to content

Commit

Permalink
ci: Update Python versions (#682)
Browse files Browse the repository at this point in the history
Homebrew discontinued CPython 3.8. Update minimum version to Python
3.9 on this platform. Add CPython 3.13 to the regular test matrix.
  • Loading branch information
dnicolodi authored Oct 15, 2024
1 parent a4e25b7 commit 7edbce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- windows-latest
python:
- '3.7'
- '3.12'
- '3.13'
meson:
-
pyproject_metadata:
Expand Down Expand Up @@ -291,8 +291,8 @@ jobs:
fail-fast: false
matrix:
python:
- '3.8'
- '3.11'
- '3.9'
- '3.12'
meson:
-

Expand Down

0 comments on commit 7edbce0

Please sign in to comment.