From: Patrick Donnelly Date: Tue, 19 May 2026 14:12:43 +0000 (-0400) Subject: .github/workflows/releng-audit: update python to 3.12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=36740460c19dd9077b1a4826175b40238e4e27c2;p=ceph.git .github/workflows/releng-audit: update python to 3.12 py3.10 is EOL this year. Signed-off-by: Patrick Donnelly --- diff --git a/.github/workflows/releng-audit.yaml b/.github/workflows/releng-audit.yaml index 3d53af308289..4a4ab0149868 100644 --- a/.github/workflows/releng-audit.yaml +++ b/.github/workflows/releng-audit.yaml @@ -263,7 +263,7 @@ jobs: if: steps.router.outputs.run_audit == 'true' uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: '3.10' + python-version: '3.13' - name: Install Dependencies if: steps.router.outputs.run_audit == 'true'