From b7277ca3ab8729acc3b4b715541b34fb4236a594 Mon Sep 17 00:00:00 2001 From: Abdulaziz Aloqeely <52792999+Aloqeely@users.noreply.github.com> Date: Thu, 9 May 2024 22:19:53 +0300 Subject: [PATCH] Update supported python versions in docs --- doc/install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index c4a3548016021..89851171f4588 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -166,7 +166,8 @@ purpose. Scikit-learn 0.22 supported Python 3.5-3.8. Scikit-learn 0.23 - 0.24 require Python 3.6 or newer. Scikit-learn 1.0 supported Python 3.7-3.10. - Scikit-learn 1.1 and later requires Python 3.8 or newer. + Scikit-learn 1.1, 1.2 and 1.3 support Python 3.8-3.12 + Scikit-learn 1.4 requires Python 3.9 or newer. .. _install_by_distribution: