From 9eaa7be4c8a4af45fd7b4729c9b8f7bedaafb759 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Fri, 26 Jul 2019 14:31:50 +0000 Subject: [PATCH] Python 3.7 compatibility --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1e7fd34..59fc094 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ setuptools.setup( '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', ], packages = ['qwarc'], setup_requires = ['setuptools_scm'],