From 5c6169ee4d8632f750ccf9eb77c566d013277a56 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Sat, 11 Jul 2020 01:12:50 +0000 Subject: [PATCH] Bump Python version classifiers Commit 429ac946 relies on order-preserving dicts, i.e. Python 3.7+ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59fc094..a1e4d54 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ setuptools.setup( classifiers = [ 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], packages = ['qwarc'], setup_requires = ['setuptools_scm'],