Skip to content

Commit

Permalink
Support django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorJohn committed Jun 17, 2024
1 parent a5e87b7 commit a87e1c5
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 196 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
max-parallel: 4
matrix:
django-version: ["4.2"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django-version: ["4.2", "5.0"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit a87e1c5

Please sign in to comment.