From d0828bb5cbd940c28fc17790eaafdae085f2152c Mon Sep 17 00:00:00 2001 From: Douglas Miller Date: Wed, 26 Nov 2025 13:23:47 -0600 Subject: [PATCH] Removing python 3.7 from ci matrix --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be723162..494b8145 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,8 @@ jobs: name: Python ${{ matrix.python }} tests strategy: matrix: - python: [3.7, 3.8, 3.9] + python: ['3.8', '3.9'] os: [ubuntu-latest] - include: - # Python 3.6 is not included in ubuntu latest (currently 22) - - python: 3.6 - os: ubuntu-20.04 steps: - uses: actions/checkout@v3 - name: Setup python