From 4cf9e61180791fbd3e117b45409d58766a143760 Mon Sep 17 00:00:00 2001 From: James Ridgway Date: Sat, 28 Sep 2024 09:57:30 +0100 Subject: [PATCH] Retiring support for older python versions --- .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 cbf8459..fd635c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.11] + python-version: [3.11, 3.12, 3.13] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}