From a3ed0870432d332f21ee7d77993037653003539a Mon Sep 17 00:00:00 2001 From: Zixuan James Li Date: Fri, 1 Sep 2023 13:15:51 -1000 Subject: [PATCH] Update supported Python versions to be tested. --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7666b10..2e7749b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,11 @@ jobs: strategy: matrix: python-version: - - 3.5 - - 3.6 - 3.7 - 3.8 + - 3.9 + - "3.10" + - 3.11 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2