From 540d1819cf8a996f1a73339e46b5c90201d696b7 Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Tue, 16 Jan 2024 10:55:20 -0500 Subject: [PATCH] Run test on 3.11 and 3.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7839eb7..8895890 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 - name: Install Python ${{ matrix.python-version }}