From 469f010b43077f723e293880e75b37b41ffc1526 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 24 Oct 2024 12:17:20 +0100 Subject: [PATCH] Use python3.12 for testing --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 39b8ad969..5b18875c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -174,7 +174,7 @@ jobs: if: ${{ !contains(matrix.shell, 'wsl') }} uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.12" - name: Install asdf inside WSL if: contains(matrix.shell, 'wsl')