From 233d3725c93c44335035b9e568d29a9973bad32f Mon Sep 17 00:00:00 2001 From: PaulJonasJost Date: Thu, 19 Mar 2026 16:30:44 +0100 Subject: [PATCH] Updated to python3.12. Due date: 26.04 --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c670d978..53dec935e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.11', '3.14'] + python-version: ['3.12', '3.14'] steps: - name: Check out repository @@ -133,7 +133,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.11', '3.14'] + python-version: ['3.12', '3.14'] steps: - name: Check out repository @@ -172,7 +172,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.11', '3.13'] + python-version: ['3.12', '3.14'] # needed to allow julia-actions/cache to delete old caches that it has created permissions: @@ -259,7 +259,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.11', '3.14'] + python-version: ['3.12', '3.14'] steps: - name: Check out repository @@ -295,7 +295,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.11', '3.14'] + python-version: ['3.12', '3.14'] steps: - name: Check out repository @@ -363,7 +363,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.13'] + python-version: ['3.14'] steps: - name: Check out repository @@ -396,7 +396,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.11'] + python-version: ['3.12'] steps: - name: Check out repository @@ -426,7 +426,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.11'] + python-version: ['3.12'] steps: - name: Check out repository