You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "tvalentyn (via GitHub)" <gi...@apache.org> on 2023/02/13 18:22:31 UTC

[GitHub] [beam] tvalentyn commented on a diff in pull request #25445: Remove python 3.6 references

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: github-unsubscribe@beam.apache.org

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