From beee5c19f735d9092e540583a1868da40c9d5944 Mon Sep 17 00:00:00 2001 From: Reuben Frankel Date: Sat, 10 Feb 2024 23:40:10 +0000 Subject: [PATCH] Revert "revert: Add Python 3.7 to test matrix" This reverts commit 240c3a1fa92382c5dd2d2222012f890809860dc9. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99b022d..3fac830 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}