From 75a82c8e22d389fad74c0ff9ff819954bf397dde Mon Sep 17 00:00:00 2001 From: acpaquette <acp263@nau.edu> Date: Fri, 4 Nov 2022 14:03:51 -0700 Subject: [PATCH] Updated python build matrix to drop 3.7 and support 3.10 and 3.11 --- .github/workflows/ci_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml index ffc9986..5c76acd 100644 --- a/.github/workflows/ci_testing.yml +++ b/.github/workflows/ci_testing.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.7", "3.8", "3.9"] + python-version: ["3.8", "3.9", "3.10", "3.11"] defaults: run: shell: bash -l {0} -- GitLab