Skip to content

Commit

Permalink
Update setup.py to require Python 3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbonnell committed Nov 11, 2021
1 parent 1ede288 commit a6aeb4b
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 a6aeb4b

Please sign in to comment.