From fa3c7f8afffd3befa4280d2ceca7c736d254b76b Mon Sep 17 00:00:00 2001 From: plusbang <108676127+plusbang@users.noreply.github.com> Date: Mon, 11 Jul 2022 17:10:19 +0800 Subject: [PATCH] chronos: user guide python version note change (#5067) Co-authored-by: binbin --- docs/readthedocs/source/doc/Chronos/Overview/chronos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readthedocs/source/doc/Chronos/Overview/chronos.md b/docs/readthedocs/source/doc/Chronos/Overview/chronos.md index 6d2f5aa4..0f024992 100644 --- a/docs/readthedocs/source/doc/Chronos/Overview/chronos.md +++ b/docs/readthedocs/source/doc/Chronos/Overview/chronos.md @@ -48,7 +48,7 @@ pip install pyarrow=6.0.1 .. note:: **Supported Python Version**: - Chronos is thoroughly tested on Python3.6/3.7. Still, it is highly recommended to use python3.7. + Chronos only supports Python 3.7.2 ~ latest 3.7.x. ``` --- ### **3. Run**