Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(python): Update the python version in docs presubmit to use 3.10 #2045

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Dec 19, 2024

The docs nox session requires Python 3.10 but the Github action runs with Python 3.9

@nox.session(python="3.10")
def docs(session):

jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.9"

@parthea parthea requested a review from a team as a code owner December 19, 2024 20:03
@parthea parthea changed the title chore(python): Update the python version in docs to use 3.10 chore(python): Update the python version in docs presubmit to use 3.10 Dec 19, 2024
@parthea parthea enabled auto-merge (squash) January 2, 2025 22:56
@parthea parthea merged commit de3def6 into master Jan 2, 2025
10 checks passed
@parthea parthea deleted the parthea-patch-3 branch January 2, 2025 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants