tvalentyn commented on code in PR #25445:
URL: https://github.com/apache/beam/pull/25445#discussion_r1104864429


##########
.test-infra/tools/python_installer.sh:
##########
@@ -20,7 +20,7 @@
 set -euo pipefail
 
 # Variable containing the python versions to install
-python_versions_arr=("3.8.9" "3.6.13" "3.7.10" "3.9.4" "3.10.1")
+python_versions_arr=("3.7.16" "3.8.16" "3.9.16" "3.10.10")

Review Comment:
   whichever version is in the beginning will be the default Python intepreter 
(e.g. when one runs `python3`). This line will change default from 3.8 to 3.7. 
Let's keep it 3.8 or change to 3.9 / 3.10.



-- 
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]

Reply via email to