Skip to content

Commit

Permalink
Removed django 2.1 due to github limits
Browse files Browse the repository at this point in the history
  • Loading branch information
M1ha-Shvn committed Oct 23, 2023
1 parent 6219997 commit 3ff7ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
postgres-version: ["9.6", "10", "11", "12", "13", "14", "15"]
django-version: ["2.1", "2.2", "3.0", "3.1", "3.2", "4.0", "4.1", "4.2"]
django-version: ["2.2", "3.0", "3.1", "3.2", "4.0", "4.1", "4.2"]
exclude:
# Django 4.0+ doesn't support PostgreSQL 9.6
- django-version: "4.0"
Expand Down

0 comments on commit 3ff7ec6

Please sign in to comment.