Skip to content

Commit

Permalink
deprecate EOL py37
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor committed Dec 20, 2023
1 parent fd35d78 commit c3e8840
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c3e8840

Please sign in to comment.