Skip to content

Commit

Permalink
Update to Python 3.12 CI to be foward-looking.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721601885
  • Loading branch information
xingyousong authored and copybara-github committed Jan 31, 2025
1 parent 74e41b5 commit c806dd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"] # 3.x disabled b/c of 3.13 test failures.
python-version: ["3.12"] # 3.x disabled b/c of 3.13 test failures.
suffix: ["core", "benchmarks", "algorithms", "clients", "pyglove", "raytune"]
include:
- suffix: "clients"
Expand All @@ -24,6 +24,8 @@ jobs:
python-version: "3.9"
- suffix: "clients"
python-version: "3.10"
- suffix: "clients"
python-version: "3.11"
steps:
- name: Clone repo
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install dependencies
run: |
sudo apt-get install -y libprotobuf-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install dependencies
run: |
sudo apt-get install -y libprotobuf-dev
Expand Down

0 comments on commit c806dd8

Please sign in to comment.