Skip to content

Commit

Permalink
Remove Python 3.6 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Dec 17, 2022
1 parent 4b4c8a5 commit e47adfc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
fail-fast: false
matrix:
python-version: [
3.6,
3.7,
3.8,
3.9,
Expand All @@ -53,12 +52,8 @@ jobs:
'sqlite',
]
exclude:
- python-version: 3.6
django-version: "django>=4.0,<4.1"
- python-version: 3.7
django-version: "django>=4.0,<4.1"
- python-version: 3.6
django-version: "django>=4.1,<4.2"
- python-version: 3.7
django-version: "django>=4.1,<4.2"

Expand Down

0 comments on commit e47adfc

Please sign in to comment.