Skip to content

Commit

Permalink
chore: remove unsupported django from pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKs committed Sep 5, 2024
1 parent 92298b2 commit 50a23c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.8.18", "3.9.18", "3.10.13", "3.11.7", "3.12.1"]
django-version: [ "3.2", "4.2", "5.0"]
django-version: [ "4.2", "5.0"]
exclude:
# Django v3 does not support Python >3.10
- django-version: 3.2
Expand Down

0 comments on commit 50a23c6

Please sign in to comment.