Skip to content

Commit 3f716b9

Browse files
authored
Test with Django 4.0 (#297)
1 parent b4a9bae commit 3f716b9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Dev
44

55
* Switch to Github Actions CI, remove travis-ci.
6-
* Add support for Django 3.2 and Python 3.9 & 3.10
6+
* Add support for Django 3.2 & 4.0 and Python 3.9 & 3.10
77

88
## v2.1.0 - August 22, 2020
99

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include_trailing_comma = true
1515
[tool.tox]
1616
legacy_tox_ini = """
1717
[tox]
18-
envlist = {py36,py37,py38,py39,py310}-django{220,300,310,320}-{end2end,unittests},py38-lint
18+
envlist = {py36,py37,py38,py39,py310}-django{220,300,310,320}-{end2end,unittests},{py38,py39,py310}-django-400-{end2end,unittests},py38-lint
1919
2020
[gh-actions]
2121
python =
@@ -31,6 +31,7 @@ deps =
3131
django300: Django>=3.0,<3.1
3232
django310: Django>=3.1,<3.2
3333
django320: Django>=3.2,<3.3
34+
django4: Django==4.0
3435
coverage
3536
-rrequirements.txt
3637
skip_missing_interpreters=true

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def get_version():
4848
"Framework :: Django :: 3.0",
4949
"Framework :: Django :: 3.1",
5050
"Framework :: Django :: 3.2",
51+
"Framework :: Django :: 4.0",
5152
"Topic :: System :: Monitoring",
5253
"License :: OSI Approved :: Apache Software License",
5354
],

0 commit comments

Comments
 (0)