Skip to content

Commit

Permalink
chore: Add python 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Dec 28, 2024
1 parent a0528bf commit eaa019d
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 @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
django: ["4.2", "5.0", "5.1"]
database: ["sqlite", "postgres", "mysql"]
exclude:
Expand Down

0 comments on commit eaa019d

Please # to comment.