Skip to content

Commit

Permalink
Drop Django 3.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Jun 17, 2022
1 parent 882cee6 commit 0ab8b7c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- '3.10'
tox-environment:
- dj22
- dj31
- dj32
include:
- python-version: 3.8
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Intended Audience :: Developers
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist =
flake8
isort
dj22
dj31
dj32
djmain
isolated_build = true
Expand All @@ -15,7 +14,6 @@ deps =
babel
coverage
dj22: Django>=2.2,<3.0
dj31: Django>=3.1,<3.2
dj32: Django>=3.2,<4.0
dj40: Django>=4.0,<4.1
djmain: https://github.com/django/django/archive/main.tar.gz
Expand Down

0 comments on commit 0ab8b7c

Please sign in to comment.