Skip to content

Commit

Permalink
Merge pull request #579 from mattbonnell/patch-1
Browse files Browse the repository at this point in the history
Update setup.py to require Python 3.6+
  • Loading branch information
bbayles committed Nov 24, 2021
2 parents 97c2d1c + a6aeb4b commit 1ea4324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@ def get_long_description():
license='MIT',
packages=['more_itertools'],
package_data={'more_itertools': ['py.typed', '*.pyi']},
python_requires='>=3.5',
python_requires='>=3.6',
url='https://github.com/more-itertools/more-itertools',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 1ea4324

Please sign in to comment.