From df9212190558982cd0f5faaaf400e98baced9daa Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 20 Mar 2024 23:12:40 -0400 Subject: [PATCH] CI: add newer python versions to CI --- .github/workflows/code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 108dfc68e..9675f58f4 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -45,7 +45,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ubuntu-latest env: TEST_CL: pyepics