Skip to content

Commit

Permalink
Remove 3.8 and 3.9 build for Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
y-richie-y committed Dec 18, 2023
1 parent 75a1312 commit 1b0dd69
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@ jobs:
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v2
- name: set up python 3.8
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: build wheel (3.8)
run: .github/workflows/macosbuildwheel
- name: set up python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: build wheel (3.9)
run: .github/workflows/macosbuildwheel
- name: set up python 3.10
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 1b0dd69

Please sign in to comment.