File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -202,12 +202,23 @@ purpose.
202
202
.. warning ::
203
203
204
204
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
+
211
222
Scikit-learn 1.7 requires Python 3.10 or newer.
212
223
213
224
.. _install_by_distribution :
You can’t perform that action at this time.
0 commit comments