From 77fc9e844e46dd81738e79aadcd728d51ec06c4f Mon Sep 17 00:00:00 2001 From: Niklas Piet Doering <117102130+NDoering99@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:04:22 +0100 Subject: [PATCH] Update Python versions in CI/CD remove python 3.10 --- .github/workflows/CI_CD.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI_CD.yml b/.github/workflows/CI_CD.yml index dfab60e..5ed8c6f 100644 --- a/.github/workflows/CI_CD.yml +++ b/.github/workflows/CI_CD.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.11"] max-parallel: 3 steps: @@ -77,7 +77,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12"] max-parallel: 4 steps: @@ -109,7 +109,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12"] max-parallel: 4 steps: