Skip to content

Commit

Permalink
Document support for Django 3.0 through a trove classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed May 5, 2020
1 parent 6d41771 commit 62fe124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.1",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deps =
django111: Django>=1.11,<2.0
django21: Django>=2.1,<2.2
django22: Django>=2.2,<2.3
django30: Django>=3.0a1,<3.1
django30: Django>=3.0,<3.1
djangomaster: https://github.com/django/django/archive/master.tar.gz
coverage

Expand Down

0 comments on commit 62fe124

Please sign in to comment.