Skip to content

Commit

Permalink
Upgrade python version used in GitHUB CI to 3.11
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721501442
  • Loading branch information
santoso-wijaya authored and The Meridian Authors committed Jan 30, 2025
1 parent 74faa0e commit 11483bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest_and_autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- uses: actions/checkout@v3

# Install deps
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
# Uncomment to cache of pip dependencies (if tests too slow)
cache: pip
cache-dependency-path: '**/pyproject.toml'
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit 11483bc

Please sign in to comment.