We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed729fb commit 98c8875Copy full SHA for 98c8875
setup.cfg
@@ -34,7 +34,7 @@ packages = find_namespace:
34
include_package_data = True
35
36
# Require a min/specific Python version (comma-separated conditions)
37
-python_requires = ">=3.7, <3.11"
+python_requires = >=3.7
38
39
# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
40
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
0 commit comments