From 43bbec54d278b8e002a3f6e5191ce5b7d1879ea5 Mon Sep 17 00:00:00 2001 From: lillian542 Date: Fri, 1 Nov 2024 15:58:07 -0400 Subject: [PATCH] update python versions for CI --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ad3c3b53..6ffb55a0f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - python-version: [3.9, '3.10', '3.11'] + python-version: ['3.10', '3.11', '3.12'] steps: - name: Cancel Previous Runs @@ -63,7 +63,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: 3.12 - name: Install dependencies run: |