From cd11e50f15ca5cf834bb6c9623b08c7c66244aa6 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 5 May 2023 18:52:03 -0400 Subject: [PATCH] CI: Consistently use Python 3.11 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 506f1afc1..de01737f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -286,7 +286,7 @@ jobs: - if: matrix.suite == 'rpc' uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.11' - if: matrix.suite == 'rpc' uses: abatilo/actions-poetry@v2.1.2 @@ -422,7 +422,7 @@ jobs: - if: matrix.image == 'ghcr.io/galoisinc/cryptol-remote-api' uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.11' - if: matrix.image == 'ghcr.io/galoisinc/cryptol-remote-api' uses: abatilo/actions-poetry@v2.1.2