diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f3e44034..77f2ac7b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,10 +23,6 @@ jobs: # Need to quote decimal versions as string to avoid the "Norway problem" # Windows 64-bit - - os: windows-latest - python: '3.7' - cibw_python: 37 - platform_id: win_amd64 - os: windows-latest python: '3.8' cibw_python: 38 @@ -49,10 +45,6 @@ jobs: platform_id: win_amd64 # Linux 64-bit - - os: ubuntu-latest - python: '3.7' - cibw_python: 37 - platform_id: manylinux_x86_64 - os: ubuntu-latest python: '3.8' cibw_python: 38 @@ -75,11 +67,6 @@ jobs: platform_id: manylinux_x86_64 # macOS on Intel 64-bit - - os: macos-latest - python: '3.7' - cibw_python: 37 - arch: x86_64 - platform_id: macosx_x86_64 - os: macos-latest python: '3.8' cibw_python: 38