diff --git a/setup.cfg b/setup.cfg index a8c1c36..c5f2699 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,6 @@ classifiers = Natural Language :: English Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 @@ -35,7 +34,7 @@ install_requires = pyyaml requests importlib-resources>=1.3;python_version<"3.9" -python_requires = >=3.7 +python_requires = >=3.8 package_dir = =src zip_safe = True