Skip to content

Commit 00d3ef9

Browse files
DOC One version per line, for readability (scikit-learn#31132)
1 parent ff82bda commit 00d3ef9

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

doc/install.rst

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,23 @@ purpose.
202202
.. warning::
203203

204204
Scikit-learn 0.20 was the last version to support Python 2.7 and Python 3.4.
205-
Scikit-learn 0.21 supported Python 3.5-3.7.
206-
Scikit-learn 0.22 supported Python 3.5-3.8.
207-
Scikit-learn 0.23-0.24 required Python 3.6 or newer.
208-
Scikit-learn 1.0 supported Python 3.7-3.10.
209-
Scikit-learn 1.1, 1.2 and 1.3 support Python 3.8-3.12
210-
Scikit-learn 1.4 requires Python 3.9 or newer.
205+
206+
Scikit-learn 0.21 supported Python 3.5—3.7.
207+
208+
Scikit-learn 0.22 supported Python 3.5—3.8.
209+
210+
Scikit-learn 0.23 required Python 3.6—3.8.
211+
212+
Scikit-learn 0.24 required Python 3.6—3.9.
213+
214+
Scikit-learn 1.0 supported Python 3.7—3.10.
215+
216+
Scikit-learn 1.1, 1.2 and 1.3 supported Python 3.8—3.12.
217+
218+
Scikit-learn 1.4 and 1.5 supported Python 3.9—3.12.
219+
220+
Scikit-learn 1.6 supported Python 3.9—3.13.
221+
211222
Scikit-learn 1.7 requires Python 3.10 or newer.
212223

213224
.. _install_by_distribution:

0 commit comments

Comments
 (0)