diff --git a/setup.cfg b/setup.cfg index 3c52088..f2c0d6c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,8 +22,6 @@ classifiers = Operating System :: POSIX Operating System :: Unix Programming Language :: Python - 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 @@ -40,7 +38,7 @@ project_urls = [options] packages = find: -python_requires = >=3.7 +python_requires = >=3.9 include_package_data = True package_dir = =src