diff --git a/setup.cfg b/setup.cfg index 1f1bcc40..f48ab162 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,11 +17,11 @@ classifiers = License :: OSI Approved :: Artistic License Natural Language :: English Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Games/Entertainment Topic :: Software Development :: Libraries Operating System :: OS Independent @@ -40,6 +40,6 @@ setup_requires = install_requires = file: requirements.txt tests_requires = file: requirements-tests.txt -python_requires = >= 3.6 +python_requires = >= 3.8 use_scm_version = True