Skip to content

Commit

Permalink
Django 5.0 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ckarli authored Dec 5, 2023
1 parent b411e00 commit 0918e15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
django-version: ['3.2', '4.1', '4.2']
django-version: ['3.2', '4.1', '4.2','5.0']
exclude:
- python-version: '3.11'
django-version: '3.2'
Expand All @@ -27,6 +27,8 @@ jobs:
django-version: '4.1'
- python-version: '3.7'
django-version: '4.2'
- python-version: '3.7'
django-version: '5.0'
services:
redis:
image: redis:6
Expand Down

0 comments on commit 0918e15

Please sign in to comment.