Skip to content

Commit

Permalink
Test with Django 4.0 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf authored Dec 9, 2021
1 parent b4a9bae commit 3f716b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Dev

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

## v2.1.0 - August 22, 2020

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include_trailing_comma = true
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = {py36,py37,py38,py39,py310}-django{220,300,310,320}-{end2end,unittests},py38-lint
envlist = {py36,py37,py38,py39,py310}-django{220,300,310,320}-{end2end,unittests},{py38,py39,py310}-django-400-{end2end,unittests},py38-lint
[gh-actions]
python =
Expand All @@ -31,6 +31,7 @@ deps =
django300: Django>=3.0,<3.1
django310: Django>=3.1,<3.2
django320: Django>=3.2,<3.3
django4: Django==4.0
coverage
-rrequirements.txt
skip_missing_interpreters=true
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def get_version():
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Topic :: System :: Monitoring",
"License :: OSI Approved :: Apache Software License",
],
Expand Down

0 comments on commit 3f716b9

Please sign in to comment.