##// END OF EJS Templates
Spec 0
Matthias Bussonnier -
Show More
@@ -10,8 +10,8 b''
10 10 .. image:: https://www.codetriage.com/ipython/ipython/badges/users.svg
11 11 :target: https://www.codetriage.com/ipython/ipython/
12 12
13 .. image:: https://raster.shields.io/badge/Follows-NEP29-brightgreen.png
14 :target: https://numpy.org/neps/nep-0029-deprecation_policy.html
13 .. image:: https://raster.shields.io/badge/Follows-SPEC--0000-brightgreen.png
14 :target: https://scientific-python.org/specs/spec-0000/
15 15
16 16 .. image:: https://tidelift.com/badges/package/pypi/ipython?style=flat
17 17 :target: https://tidelift.com/subscription/pkg/pypi-ipython
@@ -31,6 +31,8 b' IPython (Interactive Python) is a command shell for interactive computing in mul'
31 31
32 32 **IPython versions and Python Support**
33 33
34 Starting after IPython 8.16, we will progressively transition to `Spec-0000 <https://scientific-python.org/specs/spec-0000/>`_.
35
34 36 Starting with IPython 7.10, IPython follows `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_
35 37
36 38 **IPython 7.17+** requires Python version 3.7 and above.
@@ -82,7 +82,7 b' test_extra ='
82 82 curio
83 83 matplotlib!=3.2.0
84 84 nbformat
85 numpy>=1.21
85 numpy>=1.22
86 86 pandas
87 87 trio
88 88 all =
General Comments 0
You need to be logged in to leave comments. Login now