-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Python 3.12 CI to be foward-looking.
PiperOrigin-RevId: 721601885
- Loading branch information
1 parent
74e41b5
commit c806dd8
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters