From 6cc319e7e6b696f56cde77cd1471591b37ea7ced Mon Sep 17 00:00:00 2001 From: jrudar <37217429+jrudar@users.noreply.github.com> Date: Tue, 14 May 2024 09:58:35 -0400 Subject: [PATCH] Update ci.yml Updated to remove Python <= 3.10 --- .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 9f39f2d..72099ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10, 3.11] + python-version: [3.10, 3.11, 3.12] steps: - uses: actions/checkout@v2