Skip to content

Commit

Permalink
Add Python 3.13 to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Oct 30, 2024
1 parent 1f0c17a commit 49e952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
needs: [ ruff ]
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
python-version: [3.8, 3.9, "3.10", 3.11, 3.12, 3.13]
django-version: [4.2, 5.0, 5.1, "main"]
exclude:
# Django 5.0
Expand Down

0 comments on commit 49e952b

Please sign in to comment.