From 02aa89c62cc781fa80323cff168339c57c7b2f51 Mon Sep 17 00:00:00 2001 From: "Jan C. Brammer" Date: Fri, 23 Aug 2024 14:16:38 +0000 Subject: [PATCH] Run CI with Python 3.12 --- .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 d492f39..a02a0ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.11"] + python-version: ["3.12"] steps: - uses: actions/checkout@v3