From 0924cf74544054bac25475d4c108429c9fe97d2a Mon Sep 17 00:00:00 2001 From: kelvinrr Date: Tue, 5 Nov 2024 16:23:06 +0000 Subject: [PATCH] removed 3.12 --- .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 7f068338c..ebc01e840 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.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11"] defaults: run: shell: bash -l {0}