Skip to content

Commit

Permalink
only python3.6+ are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Mar 31, 2019
1 parent 8a826fe commit c57f4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def find_stub_files(name):
author="Maksim Kurnikov",
author_email="[email protected]",
py_modules=[],
python_requires='>=3',
python_requires='>=3.6',
install_requires=dependencies,
packages=['django-stubs', *find_packages()],
package_data={'django-stubs': find_stub_files('django-stubs')},
Expand Down

0 comments on commit c57f4f7

Please sign in to comment.