From 33d9f9fa08e5a007d7ff1bb1f92c8d593b3c380a Mon Sep 17 00:00:00 2001 From: Aliaksei Urbanski Date: Sat, 19 Oct 2019 02:05:55 +0300 Subject: [PATCH] declare support for Python 3.8 --- setup.py | 3 +++ tox.ini | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8a0b8ad4..71c2338e 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/tox.ini b/tox.ini index 63dda527..e111ad9a 100644 --- a/tox.ini +++ b/tox.ini @@ -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