From 429050a45b492f32a2899a0abdc45a70eb9ea9ae Mon Sep 17 00:00:00 2001 From: tbkizle Date: Wed, 13 Sep 2023 09:07:18 -0400 Subject: [PATCH] Update Python Versions in CI 3.7 is eol and 3.12 is coming up --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc6b5b729..1302fb2ddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: runs-on: windows-2022 strategy: matrix: - python-version: ["3.7", "3.10"] + python-version: ["3.8", "3.10", "3.11", "3.12"] steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it