Merge pull request #854 from jdufresne/doc-py

Document support for modern Django & Python versions
This commit is contained in:
Bojan Mihelac 2018-11-05 09:06:34 +01:00 committed by GitHub
commit 7973d31ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,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',
@ -20,6 +22,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]