From 888024c402501d22ef02ce121337cac01e0a5f0e Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 9 Nov 2022 21:24:28 -0500 Subject: [PATCH] Limit testing to 3.10 and up. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d7b7d19..7d05718 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}