From 245041c2b72de6b730d34413adb3646aeaa0a43d Mon Sep 17 00:00:00 2001 From: Xee authors Date: Wed, 15 Nov 2023 12:55:39 -0800 Subject: [PATCH] ci-build.yml: Test on python 3.12 PiperOrigin-RevId: 582775837 --- .github/workflows/ci-build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3089b1a..59ff99d 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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: