From b1a20cc49d99b39d25cb27bd5416c21f10f216b1 Mon Sep 17 00:00:00 2001 From: Wayne Manselle Date: Sat, 30 Sep 2023 15:36:24 -0700 Subject: [PATCH] continue supporting 3.7 for now --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d664e17..4bd3618 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}