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


##########
.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:
   ```suggestion
   python_versions_arr=("3.8.16" "3.7.16" "3.9.16" "3.10.10")
   ```



##########
.test-infra/tools/README.md:
##########
@@ -47,11 +47,11 @@ Example:
 - Original
 
 ```bash
-python_versions_arr=("3.6.13" "3.7.10" "3.8.9" "3.9.4")
+python_versions_arr=("3.7.16" "3.8.16" "3.9.16" "3.10.10")

Review Comment:
   ```suggestion
   python_versions_arr=("3.8.16" "3.7.16" "3.9.16" "3.10.10")
   ```



##########
.test-infra/tools/README.md:
##########
@@ -47,11 +47,11 @@ Example:
 - Original
 
 ```bash
-python_versions_arr=("3.6.13" "3.7.10" "3.8.9" "3.9.4")
+python_versions_arr=("3.7.16" "3.8.16" "3.9.16" "3.10.10")
 ```
 
 - Change
 
 ```bash
-python_versions_arr=("3.6.13" "3.7.10" "3.9.0" "3.10.2")
+python_versions_arr=("3.7.10" "3.9.0" "3.10.2")

Review Comment:
   ```suggestion
   python_versions_arr=("3.8.10" "3.9.0" "3.10.2")
   ```



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