From b0d43234e226e34a0876886f87d9142ecc61d55e Mon Sep 17 00:00:00 2001 From: Koosha Paridehpour Date: Wed, 25 Mar 2026 03:05:57 -0700 Subject: [PATCH] chore(ci): bump python-version to 3.14 in workflows --- .github/workflows/generate-sdks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-sdks.yaml b/.github/workflows/generate-sdks.yaml index 18a62ee846..0d9232dffb 100644 --- a/.github/workflows/generate-sdks.yaml +++ b/.github/workflows/generate-sdks.yaml @@ -17,7 +17,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.14' - name: Install OpenAPI Generator run: |