From 36740460c19dd9077b1a4826175b40238e4e27c2 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 19 May 2026 10:12:43 -0400 Subject: [PATCH] .github/workflows/releng-audit: update python to 3.12 py3.10 is EOL this year. Signed-off-by: Patrick Donnelly --- .github/workflows/releng-audit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.3