autophagy commented on code in PR #26590: URL: https://github.com/apache/flink/pull/26590#discussion_r2114163442
########## 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: We will likely just deprecate 3.9 when it hits EOL, and give users time to migrate over before we remove it (likely after 6 months, like we are doing with Python 3.8). It's a good point on the Python 2 deprecation - I'll make a discussion/ticket for encoding our deprecation/removal policy in the Python docs and mention this explicitly w/r/t 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