Skip to content

Commit

Permalink
build: 📦 remove python 3.8 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Feb 1, 2024
1 parent 7e06101 commit 79105d3
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ jobs:
# TODO: Windows support
# Linux 64 bit manylinux2014
- os: ubuntu-latest
python: 3.8
python_id: cp38
platform_id: manylinux_x86_64
- os: ubuntu-latest
python: 3.9
python: "3.9"
python_id: cp39
platform_id: manylinux_x86_64
- os: ubuntu-latest
Expand All @@ -45,11 +41,7 @@ jobs:
platform_id: manylinux_x86_64

- os: ubuntu-latest
python: 3.8
python_id: pp38
platform_id: manylinux_x86_64
- os: ubuntu-latest
python: 3.9
python: "3.9"
python_id: pp39
platform_id: manylinux_x86_64
- os: ubuntu-latest
Expand All @@ -59,11 +51,7 @@ jobs:

# Linux 64 bit musllinux
- os: ubuntu-latest
python: 3.8
python_id: cp38
platform_id: musllinux_x86_64
- os: ubuntu-latest
python: 3.9
python: "3.9"
python_id: cp39
platform_id: musllinux_x86_64
- os: ubuntu-latest
Expand All @@ -81,11 +69,7 @@ jobs:

# MacOS x86_64
- os: macos-latest
python: 3.8
python_id: cp38
platform_id: macosx_x86_64
- os: macos-latest
python: 3.9
python: "3.9"
python_id: cp39
platform_id: macosx_x86_64
- os: macos-latest
Expand Down

0 comments on commit 79105d3

Please sign in to comment.