From 4f985ea0c3c64276c81b885a0a3c62cd247a4656 Mon Sep 17 00:00:00 2001 From: David Heejong Park Date: Sat, 13 Jul 2024 14:55:46 +0200 Subject: [PATCH] Test build --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e754e91..69db800 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,12 +145,6 @@ jobs: matrix: platform: [ 'windows-2019', 'ubuntu-latest', 'macos-latest' ] python-version: [ '38', '39', '310', '311', '312' ] - include: - - platform: macos-13 - python-version: 38 - exclude: - - platform: macos-latest - python-version: 38 runs-on: ${{ matrix.platform }} env: CIBW_BUILD: >