diff --git a/setup.py b/setup.py index 97b5155..de0eba9 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,8 @@ 'Topic :: Software Development :: Documentation', "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], use_scm_version=True, setup_requires=["setuptools_scm"],