You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "gaborgsomogyi (via GitHub)" <gi...@apache.org> on 2023/09/14 09:14:35 UTC

[GitHub] [flink] gaborgsomogyi commented on a diff in pull request #23417: [FLINK-33030][python]Add python 3.11 support

gaborgsomogyi commented on code in PR #23417:
URL: https://github.com/apache/flink/pull/23417#discussion_r1325644523


##########
tools/releasing/create_binary_release.sh:
##########
@@ -129,8 +129,8 @@ make_python_release() {
   cp ${pyflink_actual_name} "${PYTHON_RELEASE_DIR}/${pyflink_release_name}"
 
   wheel_packages_num=0
-  # py38,py39,py310 for mac 10.9, 11.0 and linux (9 wheel packages)
-  EXPECTED_WHEEL_PACKAGES_NUM=9
+  # py38,py39,py310,py311 for mac 10.9, 11.0 and linux (12 wheel packages)
+  EXPECTED_WHEEL_PACKAGES_NUM=12

Review Comment:
   +3 because mac 10.9, mac 11.0 and linux



-- 
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-unsubscribe@flink.apache.org

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