From eac7f02211b4c2e1770d7bc66c0357ea6327984b Mon Sep 17 00:00:00 2001 From: Bibo-Joshi Date: Wed, 11 Mar 2020 22:36:34 +0100 Subject: [PATCH] Add Py3.8 to docs (#1824) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63e0468d2..97c6045ac 100644 --- a/setup.py +++ b/setup.py @@ -63,5 +63,6 @@ with codecs.open('README.rst', 'r', 'utf-8') as fd: 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7' + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ],)