Add Python 3.11 classifier

This commit is contained in:
JustAnotherArchivist
2023-01-13 10:12:39 +00:00
parent d81d247a87
commit 1fb5c39168

View File

@@ -19,6 +19,7 @@ setuptools.setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
packages = ['snscrape', 'snscrape.modules'],
setup_requires = ['setuptools_scm'],