This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/pythonDeps in repository https://gitbox.apache.org/repos/asf/beam.git
commit e1b2c7b99e168fe254fd8e5c92e45733046e9aaf Author: Danny McCormick <dannymccorm...@google.com> AuthorDate: Fri Jan 26 10:10:48 2024 -0500 Update update_python_dependencies.yml with all python versions --- .github/workflows/update_python_dependencies.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_python_dependencies.yml b/.github/workflows/update_python_dependencies.yml index b4b839c3204..d345c73b7ce 100644 --- a/.github/workflows/update_python_dependencies.yml +++ b/.github/workflows/update_python_dependencies.yml @@ -55,6 +55,8 @@ jobs: python-version: | 3.8 3.9 + 3.10 + 3.11 java-version: 8 go-version: 1.21 - name: Update Python Dependencies @@ -81,4 +83,4 @@ jobs: echo "Link of the new PR $GITHUB_PR_URL" else echo "No changes on the files" - fi \ No newline at end of file + fi