From cb4634da7d9794e2978e3e86dda334dc0a2f4044 Mon Sep 17 00:00:00 2001 From: meeb Date: Sat, 27 Jul 2024 19:39:59 +1000 Subject: [PATCH] add py3.12 and drop py3.7 from testings --- .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 18104cb..144df95 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - 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@v3 - name: Install Python ${{ matrix.python-version }}