Skip to content

Commit

Permalink
Drop support for EOL Django 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 27, 2021
1 parent 5f2fc23 commit a8952df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def get_full_description():
'Programming Language :: Python :: 3 :: Only',
'Framework :: Django',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
Expand Down
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{36,37,38,39,py3}-django{22,30,31}
; py{36,37,38,39}-django{22,30,31,32}
py{36,37,38,39,py3}-django{22,31}
; py{36,37,38,39}-django{22,31,32}
report

[pycodestyle]
Expand All @@ -13,7 +13,6 @@ passenv = TRAVIS TRAVIS_*
deps =
-rtest-reqs.txt
django22: Django>=2.2,<3.0
django30: Django>=3.0,<3.1
django31: Django>=3.1,<3.2
; django32: Django>=3.2,<3.3

Expand All @@ -37,7 +36,6 @@ python =
[travis:env]
DJANGO =
2.2: django22
3.0: django30
3.1: django31
; 3.2: django32

Expand All @@ -52,7 +50,6 @@ python =
[gh-actions:env]
DJANGO =
2.2: django22
3.0: django30
3.1: django31
; 3.2: django32

Expand Down

0 comments on commit a8952df

Please sign in to comment.