Skip to content

Commit

Permalink
Also add Python 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Nov 22, 2024
1 parent 64ded10 commit 2d6814c
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 @@ -23,7 +23,7 @@ jobs:
name: Python${{ matrix.python-version }}/Django${{ matrix.django-version }}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
django-version: ["4.2", "5.0", "5.1"]
exclude:
- python-version: "3.9"
Expand Down

0 comments on commit 2d6814c

Please sign in to comment.