From 273724538e4b19850da0e6a9e1b453742c6ba7ae Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Mon, 26 Jan 2026 16:15:01 +0100 Subject: [PATCH] chore(ci): modernize GH ci Signed-off-by: Jan Kowalleck --- .github/workflows/python.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ba94897c..40dfc86d 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -180,23 +180,10 @@ jobs: - "-allExtras" - "-noExtras" exclude: - - os: macos-latest + - os: macos-latest # macos-latest is incompatible with some PY versions python-version: "3.10" - - os: macos-latest + - os: macos-latest # macos-latest is incompatible with some PY versions python-version: "3.9" - include: - - os: macos-13 - python-version: "3.10" - toxenv-factors: "-allExtras" - - os: macos-13 - python-version: "3.10" - toxenv-factors: "-noExtras" - - os: macos-13 - python-version: "3.9" - toxenv-factors: "-allExtras" - - os: macos-13 - python-version: "3.9" - toxenv-factors: "-noExtras" steps: - name: Disabled Git auto EOL CRLF transforms run: |