From 30f18656281bbf7530a2ed668fe6160010420155 Mon Sep 17 00:00:00 2001 From: Jake Selig Date: Thu, 26 Oct 2023 10:03:19 -0600 Subject: [PATCH] chore: add 3.10 and 3.11 to test matrix --- .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 d4803270..457f09d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9] + python-version: [3.8, 3.9, 3.10, 3.11] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}