Skip to content

Commit

Permalink
Revert "change max version of python in main"
Browse files Browse the repository at this point in the history
This reverts commit ed729fb.
  • Loading branch information
danibene committed Mar 14, 2024
1 parent ed729fb commit 98c8875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98c8875

Please sign in to comment.