From b016f4bd2e85b7a7437fe914f7699a2efafa4ed9 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Wed, 18 Dec 2019 23:20:51 +0100 Subject: [PATCH] Add support for Python 3.8 --- setup.py | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8776f79..bcb4eb56 100644 --- a/setup.py +++ b/setup.py @@ -61,5 +61,6 @@ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ], ) diff --git a/tox.ini b/tox.ini index 50629e2b..b1407d63 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37 +envlist = py36,py37,py3.8 [testenv] deps = -r{toxinidir}/test-requirements.txt