diff --git a/setup.cfg b/setup.cfg index 2afe59b..4619a7b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,11 +23,9 @@ classifiers = Framework :: Django :: 4.1 Framework :: Django :: 4.2 Programming Language :: Python :: 3 - 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 [options] include_package_data = True @@ -36,7 +34,7 @@ install_requires = setup_requires = setuptools packages = djangocms_page_sitemap -python_requires = >=3.7 +python_requires = >=3.8 zip_safe = False test_suite = cms_helper.run