Skip to content

Commit

Permalink
Add Python 3.12 and Django 5.0 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Jan 9, 2024
1 parent be7bcec commit 4f96e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
django:
- "3.2.*"
- "4.2.*"
- "5.0.*"
exclude:
- python: "3.11"
django: "3.2.*"
Expand Down

0 comments on commit 4f96e02

Please sign in to comment.