Skip to content

Commit

Permalink
Fix django 5 excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Muller committed Mar 4, 2024
1 parent 493fb31 commit d6763fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
python-version: '3.8'
- django-version: 'main'
python-version: '3.9'
- django-version: '5.0.0'
python-version: '3.8'
- django-version: '5.0.0'
python-version: '3.9'
- django-version: '3.2.0'
python-version: '3.11'
- django-version: '4.0.0'
Expand Down Expand Up @@ -93,6 +97,10 @@ jobs:
python-version: '3.8'
- django-version: 'main'
python-version: '3.9'
- django-version: '5.0.0'
python-version: '3.8'
- django-version: '5.0.0'
python-version: '3.9'
- django-version: '3.2.0'
python-version: '3.11'
- django-version: '4.0.0'
Expand Down

0 comments on commit d6763fa

Please sign in to comment.