declare support for Python 3.8

This commit is contained in:
Aliaksei Urbanski 2019-10-19 02:05:55 +03:00 committed by David Lord
parent 42942ec291
commit 33d9f9fa08
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 5 additions and 2 deletions

View file

@ -40,6 +40,9 @@ setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Topic :: Software Development :: Libraries :: Application Frameworks",

View file

@ -1,7 +1,7 @@
[tox]
envlist =
py{37,36,35,27,py3,py}
py37-{simplejson,devel,lowest}
py{38,37,36,35,27,py3,py}
py38-{simplejson,devel,lowest}
docs-html
coverage