Skip to content

Commit

Permalink
Fix more-itertools version costraint (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr committed Nov 11, 2021
1 parent c8cd826 commit 882da5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -40,6 +40,7 @@ python_requires = >=3.3
packages = find:
install_requires =
flake8
more-itertools<8.11.0; python_version<"3.6"
more-itertools; python_version<"3.10"
typing; python_version<"3.5"

Expand Down

0 comments on commit 882da5e

Please sign in to comment.