Skip to content

Commit

Permalink
CI: update Python versions in the testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica authored Feb 24, 2025
1 parent c070f11 commit 591ee28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
# https://dev.to/misobelica/python-features-by-version-3318
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 591ee28

Please sign in to comment.