]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/workflows/releng-audit: update python to 3.12 68998/head
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 19 May 2026 14:12:43 +0000 (10:12 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 19 May 2026 14:12:43 +0000 (10:12 -0400)
py3.10 is EOL this year.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
.github/workflows/releng-audit.yaml

index 3d53af3082896ac4397da458d13412b25b354621..4a4ab0149868c4bd6a708aefe062954655fe9508 100644 (file)
@@ -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'