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