Bump Python version classifier

Python 3.8 is required since commit 1a2e367a.
This commit is contained in:
JustAnotherArchivist
2020-09-23 22:25:38 +00:00
parent c0ff6631aa
commit 5ae5ec7bcd

View File

@@ -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'],