Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stlk committed Oct 31, 2023
1 parent 2732f28 commit 12b07a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
django: ["Django<3.0", "Django<3.2", "Django<4.0", "Django<5.0"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
django: ["Django<4.0", "Django<4.2", "Django<5"]

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

0 comments on commit 12b07a5

Please sign in to comment.