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: