Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stlk committed Sep 30, 2024
1 parent 7574764 commit 91206e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
django: ["Django<4.0", "Django<4.1", "Django<4.2"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
django: ["Django<4.0", "Django<4.1", "Django<4.2", "Django<5.1", "Django<5.1"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 91206e8

Please sign in to comment.