diff --git a/setup.cfg b/setup.cfg index 4e01c4a..f7f09ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ packages = find_namespace: include_package_data = True # Require a min/specific Python version (comma-separated conditions) -python_requires = ">=3.7, <3.11" +python_requires = >=3.7 # Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0. # Version specifiers like >=2.2,<3.0 avoid problems due to API changes in