Skip to content

Commit

Permalink
Removed unneeded version excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
M1ha-Shvn committed Oct 23, 2023
1 parent ce898bb commit 307d494
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,6 @@ jobs:
postgres-version: ["9.6", "10", "11", "12", "13", "14", "15"]
django-version: ["2.0", "2.1", "2.2", "3.0", "3.1", "3.2", "4.0", "4.1", "4.2"]
exclude:
# Django 3.0+ doesn't support python 3.5
- python-version: "3.5"
django-version: "3.0"
- python-version: "3.5"
django-version: "3.1"
- python-version: "3.5"
django-version: "3.2"
- python-version: "3.5"
django-version: "4.0"
- python-version: "3.5"
django-version: "4.1"
- python-version: "3.5"
django-version: "4.2"

# Django 4.0+ doesn't support python 3.6, 3.7
- python-version: "3.6"
django-version: "4.0"
- python-version: "3.7"
django-version: "4.0"
- python-version: "3.7"
django-version: "4.1"
- python-version: "3.7"
django-version: "4.2"

# Django 4.0+ doesn't support PostgreSQL 9.6
- django-version: "4.0"
postgres-version: "9.6"
Expand Down

0 comments on commit 307d494

Please sign in to comment.