Skip to content

Commit 7488692

Browse files
committed
Update support to python 3.5+ same as mkdocs
1 parent 2e98390 commit 7488692

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
@@ -14,7 +14,7 @@
1414
author='Tim Vink',
1515
author_email='[email protected]',
1616
license='MIT',
17-
python_requires='>=3.4',
17+
python_requires='>=3.5',
1818
classifiers=[
1919
"Programming Language :: Python :: 3",
2020
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)