Skip to content

Commit

Permalink
ci-build.yml: Test on python 3.12
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 582775837
  • Loading branch information
Xee authors committed Nov 15, 2023
1 parent cfc2ba1 commit f11e5fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
# DO NOT SUBMIT - change just for force update to the PR
python-version: [
"3.9",
"3.10",
"3.11",
"3.12",
]
permissions:
id-token: write # This is required for requesting the JWT.
steps:
Expand Down

0 comments on commit f11e5fc

Please sign in to comment.