davidradl commented on code in PR #26590:
URL: https://github.com/apache/flink/pull/26590#discussion_r2114054135


##########
docs/content.zh/docs/dev/python/installation.md:
##########
@@ -29,11 +29,11 @@ under the License.
 
 
 ## 环境要求
-<span class="label label-info">注意</span> PyFlink 需要 Python 3.7 以上版本(3.8, 3.9 或 
3.10)。请运行以下命令,以确保 Python 版本满足要求。
+<span class="label label-info">注意</span> PyFlink 需要 Python 3.9 以上版本(3.9, 3.10, 
3.11 或 3.12)。请运行以下命令,以确保 Python 版本满足要求。
 
 ```bash
 $ python --version
-# the version printed here must be 3.8, 3.9 or 3.10
+# the version printed here must be 3.9, 3.10, 3.11 or 3.12

Review Comment:
   I suggest that we document that Python versions will no longer be supported 
by Flink when the security support ends for that Python level. Is 
https://endoflife.date/python the definitive link for this - if it is then we 
should include the link in the docs. 
   
   so in 5 months we will deprecate 3.9. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to