aIbrahiim commented on PR #38765: URL: https://github.com/apache/beam/pull/38765#issuecomment-4633391749
yes the fix is for Python 3.12+, not 3.14 only and the else branch covers 3.12, 3.13, and 3.14 and the Republish only showed 3.14 because that is the only version left in the pushAll job but upgrade_ensurepip has the same problem on all 3.12+ images (PreCommit failed on 3.12 and 3.13 too on checks) so skipping the step would stop the crash but bundled pip in ensurepip would stay on the old versiion so the small script is there to still update it after we upgrade pip earlier in the build and yesthe upgrade_ensurepip is not really maintained anymore and does not work on 3.12+ and i will leave a comment about it @Abacn -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
