From e4dd8409528d98816b28ab765500b419ca9cf03a Mon Sep 17 00:00:00 2001 From: Sierra Taylor Moxon Date: Thu, 15 Aug 2024 12:07:04 -0700 Subject: [PATCH] change version of python to match in workflows --- .github/workflows/make-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-tests.yaml b/.github/workflows/make-tests.yaml index 41bf5586..3a4d1b35 100644 --- a/.github/workflows/make-tests.yaml +++ b/.github/workflows/make-tests.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [ "3.9", "3.10", "3.11" ] + python: [ "3.10", "3.11" ] # Steps represent a sequence of tasks that will be executed as part of the job steps: