From 1fb5c39168d84c3a967ce5409a9e4666d81db3ba Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Fri, 13 Jan 2023 10:12:39 +0000 Subject: [PATCH] Add Python 3.11 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c026667..b4e484e 100644 --- a/setup.py +++ b/setup.py @@ -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'],