Skip to content

Commit

Permalink
Try including extra python 3.7 check
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Booij-Liewes committed Dec 19, 2024
1 parent cf96d06 commit 7ec6fe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
python-version: ["3.8", "3.12"]
django-version: ["3.2.25", "4.2.17", "5.1.4"]
database-engine: ["postgres", "mysql"]
include:
- python-version: 3.7
django-version: 3.2.25
database-engine: postgres
exclude:
- python-version: 3.8
django-version: 5.1.4
Expand Down

0 comments on commit 7ec6fe4

Please sign in to comment.