Skip to content

Commit 98c8875

Browse files
committed
Revert "change max version of python in main"
This reverts commit ed729fb.
1 parent ed729fb commit 98c8875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packages = find_namespace:
3434
include_package_data = True
3535

3636
# Require a min/specific Python version (comma-separated conditions)
37-
python_requires = ">=3.7, <3.11"
37+
python_requires = >=3.7
3838

3939
# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
4040
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in

0 commit comments

Comments
 (0)