Skip to content

Commit f541cf4

Browse files
authored
Merge pull request #229 from chrstphrchvz/py35-error
setup.py: update error message for Python 3.5
2 parents c0bdeb1 + ce3f953 commit f541cf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@
3232

3333

3434
error = """
35-
Jupyter_Console 6.0+ supports Python 3.5 and above.
35+
Jupyter_Console 6.2+ supports Python 3.6 and above.
3636
When using Python 2.7, please install and older version of Jupyter Console
3737
Python 3.3 and 3.4 were supported up to Jupyter Console 5.x.
38+
Python 3.5 was supported up to Jupyter Console 6.1.0.
3839
3940
Python {py} detected.
4041
{pip}

0 commit comments

Comments
 (0)