Skip to content

Commit

Permalink
Increase minimal required IPython version for Python 3.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Nov 5, 2023
1 parent 82eea9f commit 62cd0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_version(module='spyder_kernels'):
'ipython<6; python_version<"3"',
'ipython>=7.31.1,<8; python_version<"3.8"',
'ipython>=8.12.2,<8.13; python_version=="3.8"',
'ipython>=8.13.0,<9; python_version>"3.8"',
'ipython>=8.17.2,<9; python_version>"3.8"',
'jupyter-client>=5.3.4,<6; python_version<"3"',
'jupyter-client>=7.4.9,<9; python_version>="3"',
'pyzmq>=17,<20; python_version<"3"',
Expand Down

0 comments on commit 62cd0e8

Please sign in to comment.