Document support for modern Django & Python versions

This commit is contained in:
Jon Dufresne 2018-11-04 16:29:38 -08:00
parent ec568b5ad9
commit a07550c85f
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,8 @@ CLASSIFIERS = [
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
@ -21,6 +23,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development',
]

View File

@ -3,7 +3,7 @@ envlist =
py{27,33,34,35}-django{18}-tablib{dev,stable},
py{27,34,35}-django{19,110}-tablib{dev,stable},
py{27,34,35,36}-django{111}-tablib{dev,stable},
py{34,35,36}-django{20}-tablib{dev,stable},
py{34,35,36,37}-django{20}-tablib{dev,stable},
py{35,36,37}-django{21}-tablib{dev,stable},
[testenv]