Skip to content

Commit de3def6

Browse files
authored
chore(python): Update the python version in docs presubmit to use 3.10 (#2045)
chore(python): Update the python version in docs to use 3.10
1 parent eeee650 commit de3def6

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/python_library/.github/workflows

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/python_library/.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.9"
15+
python-version: "3.10"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel

0 commit comments

Comments
 (0)