Skip to content

Commit

Permalink
Add Python 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoettle committed Sep 13, 2024
1 parent 94b2c57 commit a50d971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: true
max-parallel: 4
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]
exclude:
# Django 5.0 and 5.1 only support Python 3.10 to 3.12
Expand Down

0 comments on commit a50d971

Please sign in to comment.