diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3089b1a..a479755 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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: