From 6a9fed71447f6bd8c6a5a599f45a0573e23b3b6b Mon Sep 17 00:00:00 2001 From: Karsten Deininger Date: Fri, 1 Nov 2024 08:09:59 +0100 Subject: [PATCH] Update ci.yml --- .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 a53fd3d6..84e26210 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: strategy: matrix: python-version: - - '3.8' - '3.9' - '3.10' - '3.11' + - '3.12' steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}