Skip to content

Commit 959a5ef

Browse files
committed
Fix python_requires to >=3.5 in setup.py
1 parent 7959cbf commit 959a5ef

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
@@ -40,7 +40,7 @@
4040
url="http://jupyter.org",
4141
license="BSD",
4242
platforms="Linux, Mac OS X",
43-
python_requires="~=3.3",
43+
python_requires="~=3.5",
4444
keywords=["Interactive", "Interpreter", "Shell", "Web", "Jupyter"],
4545
classifiers=[
4646
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)