From 7090b4350fdd63dce1cdecb7a7aa5d778f4202d3 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Fri, 24 May 2024 13:23:40 -0400 Subject: [PATCH] Temporarily switch to Python 3.9 --- .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 eb70459f..6f27ee47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 3 matrix: - python-version: ['3.7'] + python-version: ['3.9'] steps: - name: checkout