Skip to content

Commit 9433d28

Browse files
committed
Set minimum version of python to 3.5
1 parent c47452e commit 9433d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'Programming Language :: Python :: 3.6',
6767
'Programming Language :: Python :: 3.7',
6868
],
69-
python_requires='>=3.4',
69+
python_requires='>=3.5',
7070
tests_require=['pytest'],
7171
install_requires=install,
7272
extras_require={

0 commit comments

Comments
 (0)