From adcf701d17d867f299cdf20349c8aab743b96d55 Mon Sep 17 00:00:00 2001 From: Zihao Ye Date: Sat, 10 Aug 2024 17:37:23 -0700 Subject: [PATCH] doc: add python 3.12 as supported python version (#438) --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 0082d9b1..95fbf84a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -13,7 +13,7 @@ Prerequisites - OS: Linux only -- Python: 3.8, 3.9, 3.10, 3.11 +- Python: 3.8, 3.9, 3.10, 3.11, 3.12 - PyTorch: 2.2/2.3/2.4 with CUDA 11.8/12.1/12.4 (only for torch 2.4)