From ba6731c3b26401942d222e09240e45d79cd1db0f Mon Sep 17 00:00:00 2001 From: Oras Phongpanangam Date: Thu, 25 Jul 2024 18:05:57 +0700 Subject: [PATCH] Update faq to include python 3.11 support --- docs/lang/articles/faqs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lang/articles/faqs/faq.md b/docs/lang/articles/faqs/faq.md index 818d961d11117..6d9882d3dde94 100755 --- a/docs/lang/articles/faqs/faq.md +++ b/docs/lang/articles/faqs/faq.md @@ -8,7 +8,7 @@ sidebar_position: 1 ### Why does my `pip` complain `package not found` when installing Taichi? -You may have a Python interpreter with an unsupported version. Currently, Taichi only supports Python 3.7/3.8/3.9/3.10 (64-bit) . For more information about installation-specific issues, please check [Installation Troubleshooting](./install.md). +You may have a Python interpreter with an unsupported version. Currently, Taichi only supports Python 3.7/3.8/3.9/3.10/3.11 (64-bit) . For more information about installation-specific issues, please check [Installation Troubleshooting](./install.md). ## Parallel programming