From c2257ad16ed97081e80d18964dfe8468956d5c4b Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Wed, 8 Dec 2021 08:15:05 +0000 Subject: [PATCH] Add Python 3.10 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 615f5ca..fc329fa 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ setuptools.setup( 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], packages = ['snscrape', 'snscrape.modules'], setup_requires = ['setuptools_scm'],