From 899a3f29712c52ac4dea3f8bd938d398e1e83e91 Mon Sep 17 00:00:00 2001 From: guyteichman Date: Wed, 29 Jan 2025 22:48:54 +0200 Subject: [PATCH] remove python 3.10 from build_ci.yml --- .github/workflows/build_ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_ci.yml b/.github/workflows/build_ci.yml index f63c0d29..e851cd66 100644 --- a/.github/workflows/build_ci.yml +++ b/.github/workflows/build_ci.yml @@ -10,10 +10,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - python-version: ['3.10', '3.11', '3.12' ] - exclude: - - os: macos-latest - python-version: '3.10' + python-version: ['3.11', '3.12' ] env: DISPLAY: ':99.0' steps: