diff --git a/site/en/install/_index.yaml b/site/en/install/_index.yaml
index 71bc660f81..748efa4ae9 100644
--- a/site/en/install/_index.yaml
+++ b/site/en/install/_index.yaml
@@ -20,7 +20,7 @@ landing_page:
- - Python 3.9–3.12
+ - Python 3.9–3.13
- Ubuntu 16.04 or later
- Windows 7 or later (with C++ redistributable)
diff --git a/site/en/install/pip.md b/site/en/install/pip.md
index a9e4bf4bf7..147172dfe0 100644
--- a/site/en/install/pip.md
+++ b/site/en/install/pip.md
@@ -140,7 +140,7 @@ Note: GPU support is available for Ubuntu and Windows with CUDA®-enabled cards.
## Software requirements
-* Python 3.9–3.12
+* Python 3.9–3.13
* pip version 19.0 or higher for Linux (requires `manylinux2014` support) and
Windows. pip version 20.3 or higher for macOS.
* Windows Native Requires
|