Skip to content

Commit

Permalink
chore(python): Update the python version in docs presubmit to use 3.10 (
Browse files Browse the repository at this point in the history
#2045)

chore(python): Update the python version in docs to use 3.10
  • Loading branch information
parthea authored Jan 2, 2025
1 parent eeee650 commit de3def6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.10"
- name: Install nox
run: |
python -m pip install --upgrade setuptools pip wheel
Expand Down

0 comments on commit de3def6

Please sign in to comment.