From f94477e45ef40e4403d7585ba639a9a3bcc53d43 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sun, 7 Jul 2024 16:07:00 +0200 Subject: [PATCH] also run CI on python 3.12 (#40) --- .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 d8f7f76..2d71ea3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: runs-on: [ubuntu-latest] strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] steps: - name: clone the repository