From 5ae5ec7bcda8566b6024f9e11a0605d7671bd20c Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Wed, 23 Sep 2020 22:25:38 +0000 Subject: [PATCH] Bump Python version classifier Python 3.8 is required since commit 1a2e367a. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af3fbcc..e4de7f3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( classifiers = [ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', - 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.8', ], packages = ['snscrape', 'snscrape.modules'], setup_requires = ['setuptools_scm'],