From 249f8db5fb6b50c75c207372bb88de2c4e155693 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Fri, 6 Oct 2023 23:32:14 +0200 Subject: [PATCH] Only test Python 3.11 for now. See https://github.com/Deltares/Ribasim/issues/650. --- .github/workflows/python_tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index cb9a6ee4..927d751c 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true jobs: test: - name: Python ${{ matrix.python_version }} - ${{ matrix.os }} - ${{ matrix.arch }} + name: Python ${{ matrix.os }} - ${{ matrix.arch }} runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -20,10 +20,6 @@ jobs: - ubuntu-latest - macOS-latest - windows-latest - python_version: - - "3.9" - - "3.10" - - "3.11" arch: - x86 steps: