From b9b00a4e8ebb5e54087b2fcbae34a9fa02bc9c5e Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 30 Oct 2023 05:35:26 -0700 Subject: [PATCH] Update supported python versions for GitHub actions CI fixes #516 --- .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 549651c..737989c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.7, 3.9, '3.10'] + python-version: [3.8, '3.11', '3.12'] os: [ubuntu-latest] steps: -- 2.30.2