Skip to content

Commit 9fc4981

Browse files
Update installation.rst stating version support policy (#1665)
* Update installation.rst stating version support policy * Update docs/installation.rst Co-authored-by: Joe Hamman <[email protected]> * Update docs/installation.rst --------- Co-authored-by: Joe Hamman <[email protected]>
1 parent 029cff7 commit 9fc4981

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/installation.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Zarr depends on NumPy. It is generally best to `install NumPy
66
appropriate for your operating system and Python distribution. Other dependencies should be
77
installed automatically if using one of the installation methods below.
88

9+
Note: Zarr has endorsed `Scientific-Python SPEC 0 <https://scientific-python.org/specs/spec-0000/>`_ and now follows the version support window as outlined below:
10+
11+
- Python: 36 months after initial release
12+
- Core package dependencies (e.g. NumPy): 24 months after initial release
13+
914
Install Zarr from PyPI::
1015

1116
$ pip install zarr

0 commit comments

Comments
 (0)