Skip to content

Commit 813c26c

Browse files
committed
update for Django 3.1
Signed-off-by: Jakub Semik <[email protected]>
1 parent acad48d commit 813c26c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Supported Python versions: [![Python 3.5](https://img.shields.io/badge/python-3.
1414

1515

1616

17-
Supported Django versions: 1.11, 2.0, 2.1, 2.2, 3.0
17+
Supported Django versions: 2.0, 2.1, 2.2, 3.0, 3.1
1818

1919
might work with different django/python versions as well but I did not test that.
2020

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def get_version(*file_paths):
6363
keywords="django-better-admin-arrayfield",
6464
classifiers=[
6565
"Development Status :: 4 - Beta",
66+
"Framework :: Django :: 3.1",
6667
"Framework :: Django :: 3.0",
6768
"Framework :: Django :: 2.2",
6869
"Framework :: Django :: 2.1",

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
django{111,2,21,22,30}-{py35,py36,py37,py38},
3+
django{2,21,22,30,31}-{py35,py36,py37,py38},
44
lint
55

66
[gh-actions]
@@ -12,11 +12,11 @@ python =
1212

1313
[testenv]
1414
deps =
15-
django111: Django<2.0
1615
django2: Django<2.1
1716
django21: Django<2.2
1817
django22: Django<3.0
1918
django30: Django<3.1
19+
django31: Django<3.2
2020
-r{toxinidir}/requirements_test.txt
2121
setenv =
2222
PYTHONPATH = {toxinidir}:{toxinidir}/django_better_admin_arrayfield

0 commit comments

Comments
 (0)