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