Skip to content

Commit ce3f953

Browse files
authored
setup.py: update error message for Python 3.5
Jupyter Console 6.2.0 dropped support for Python 3.5 (see 81beabd), but an outdated error message is currently shown when trying to install on Python 3.5; it suggests Python 3.5 is supported rather than unsupported.
1 parent c0bdeb1 commit ce3f953

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)