From e4132813cba70246f8118fc2eb06edd4f315430b Mon Sep 17 00:00:00 2001 From: Derich Pacheco Date: Sun, 15 Dec 2024 15:30:29 -0300 Subject: [PATCH] chore: drop python 3.7 from test matrix, add 3.11 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fda58fc..f377104 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}