Skip to content

Commit

Permalink
No python3.12 yeat, add pypy2.7, use env macos-10.14 for all
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Dryabzhinsky committed May 3, 2023
1 parent 077cfc9 commit 268c83c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os:
- name: macOS
runs-on: macos-10.15
runs-on: macos-10.14
matrix: macos
- name: Linux
runs-on: ubuntu-latest
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: windows-latest
matrix: windows
cibw:
# build just supported python versions at December 2021
# build just supported python versions at May 2023
- build: cp27-*
group: old
- build: cp35-*
Expand All @@ -45,8 +45,8 @@ jobs:
group: new
- build: cp311-*
group: new
- build: cp312-*
group: new
- build: pp27-*
group: old
- build: pp37-*
group: new
- build: pp38-*
Expand Down

0 comments on commit 268c83c

Please sign in to comment.