From 51605028b34dea3717a9e90330f9ace8588beb10 Mon Sep 17 00:00:00 2001 From: Moritz-Alexander-Kern Date: Fri, 15 Dec 2023 14:44:15 +0100 Subject: [PATCH] add Python 3.12 to CI workflow --- .github/workflows/CI_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_actions.yml b/.github/workflows/CI_actions.yml index 0ec3e3e..cf05ac8 100644 --- a/.github/workflows/CI_actions.yml +++ b/.github/workflows/CI_actions.yml @@ -25,8 +25,8 @@ jobs: matrix: # OS [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest] - # relevant python versions for viziphant: [3.7, 3.8, 3.9, "3.10", 3.11] - python-version: [3.8, 3.9, "3.10", 3.11] + # relevant python versions for viziphant: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12] + python-version: [3.8, 3.9, "3.10", 3.11, 3.12] # do not cancel all in-progress jobs if any matrix job fails fail-fast: false