Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 718b618

Browse files
committed
Spec 0
1 parent 6ef1683 commit 718b618

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
.. image:: https://www.codetriage.com/ipython/ipython/badges/users.svg
1111
:target: https://www.codetriage.com/ipython/ipython/
1212

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/
1515

1616
.. image:: https://tidelift.com/badges/package/pypi/ipython?style=flat
1717
:target: https://tidelift.com/subscription/pkg/pypi-ipython
@@ -31,6 +31,8 @@ IPython (Interactive Python) is a command shell for interactive computing in mul
3131

3232
**IPython versions and Python Support**
3333

34+
Starting after IPython 8.16, we will progressively transition to `Spec-0000 <https://scientific-python.org/specs/spec-0000/>`_.
35+
3436
Starting with IPython 7.10, IPython follows `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_
3537

3638
**IPython 7.17+** requires Python version 3.7 and above.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test_extra =
8282
curio
8383
matplotlib!=3.2.0
8484
nbformat
85-
numpy>=1.21
85+
numpy>=1.22
8686
pandas
8787
trio
8888
all =

0 commit comments

Comments
 (0)