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

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

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

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