From 2e73b70a519c2c891c3f5c64323da207d7edbf79 Mon Sep 17 00:00:00 2001 From: Molly He Date: Mon, 21 Apr 2025 16:58:12 -0700 Subject: [PATCH] update readme to reflect py312 upgrade --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 68cf79c55b..f115b1f25b 100644 --- a/README.rst +++ b/README.rst @@ -94,10 +94,10 @@ Supported Python Versions SageMaker Python SDK is tested on: -- Python 3.8 - Python 3.9 - Python 3.10 - Python 3.11 +- Python 3.12 Telemetry ~~~~~~~~~~~~~~~ @@ -191,9 +191,9 @@ Setup a Python environment, and install the dependencies listed in ``doc/require :: # conda - conda create -n sagemaker python=3.7 + conda create -n sagemaker python=3.12 conda activate sagemaker - conda install sphinx=3.1.1 sphinx_rtd_theme=0.5.0 + conda install sphinx=5.1.1 sphinx_rtd_theme=0.5.0 # pip pip install -r doc/requirements.txt