Skip to content

Commit 1a86988

Browse files
committed
Pinning ipython version to be less than 8.13.
Starting with ipython version 8.13.0, ipython will not support Python versions less than 3.9 and we still support 3.8, so pinning. Prints out the following: ImportError: IPython 8.13+ supports Python 3.9 and above, following NEP 29. IPython 8.0-8.12 supports Python 3.8 and above, following NEP 29. When using Python 2.7, please install IPython 5.x LTS Long Term Support version. Python 3.3 and 3.4 were supported up to IPython 6.x. Python 3.5 was supported with IPython 7.0 to 7.9. Python 3.6 was supported with IPython up to 7.16. Python 3.7 was still supported with the 7.x branch.
1 parent ccda5e4 commit 1a86988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pytest
33
markdown
44
lxml
55
pyenchant
6-
ipython
6+
ipython<=8.12
77
-rPython/requirements.txt

0 commit comments

Comments
 (0)