From 8f11a7ff790847b0ffb1d6c7fb789302f550c8cc Mon Sep 17 00:00:00 2001 From: Tianqing Zhang Date: Wed, 31 Jul 2024 18:08:00 -0400 Subject: [PATCH] drop 3.9 --- .github/workflows/testing-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-and-coverage.yml b/.github/workflows/testing-and-coverage.yml index 4d8921a..8a1ffeb 100644 --- a/.github/workflows/testing-and-coverage.yml +++ b/.github/workflows/testing-and-coverage.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11'] + python-version: ['3.10', '3.11'] steps: - uses: actions/checkout@v3