diff --git a/doc/source/installing.rst b/doc/source/installing.rst index add2608db4c..5c337180035 100644 --- a/doc/source/installing.rst +++ b/doc/source/installing.rst @@ -32,7 +32,9 @@ Here's a summary for most recent releases +------------+------------+----------------+-----------------+ | yt release | Python 2.7 | Python3 min | Python3 max | +============+============+================+=================+ -| 4.2.x | no | 3.8 (expected) | 3.11 (expected) | +| 4.3.x | no | 3.9 | 3.12 (expected) | ++------------+------------+----------------+-----------------+ +| 4.2.x | no | 3.8 | 3.11 | +------------+------------+----------------+-----------------+ | 4.1.x | no | 3.7 | 3.11 | +------------+------------+----------------+-----------------+ @@ -49,6 +51,9 @@ provides pre-compiled binaries via PyPI and conda-forge. It may be possible to compile existing yt versions under more recent Python versions, though this is never guaranteed. +yt also adheres to `SPEC 0 `_ as a soft +guideline for our support policy of core dependencies (Python, numpy, matplotlib ...). + Getting yt ----------