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 245041c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
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 245041c

Please sign in to comment.