Skip to content

Commit

Permalink
Added Python 3.12 builds and fix MacOSX builds
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Jul 30, 2024
1 parent 0de9b17 commit 579285d
Showing 1 changed file with 27 additions and 12 deletions.
39 changes: 27 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
pyver: cp311-cp311
piparch: manylinux2014_x86_64

- name: linux 3.12 amd64
os: ubuntu-latest
pyver: cp312-cp312
piparch: manylinux2014_x86_64

# Linux py builds x64
- name: linux 2.7 i686
os: ubuntu-latest
Expand Down Expand Up @@ -112,35 +117,40 @@ jobs:
# numpy builds for >=3.10 do no include i686

# OSX py builds
- name: osx 3.6 intel
os: macos-latest
- name: osx 3.6 x64
os: macos-13
python: "3.6"
piparch: macosx_10_9_intel

- name: osx 3.7 intel
os: macos-latest
- name: osx 3.7 x64
os: macos-13
python: "3.7"
piparch: macosx_10_9_intel

- name: osx 3.8 intel
- name: osx 3.8 arm64
os: macos-latest
python: "3.8"
piparch: macosx_10_9_intel
piparch: osx_arm64

- name: osx 3.9 intel
- name: osx 3.9 arm64
os: macos-latest
python: "3.9"
piparch: macosx_10_9_intel
piparch: osx_arm64

- name: osx 3.10 intel
- name: osx 3.10 arm64
os: macos-latest
python: "3.10"
piparch: macosx_10_10_intel
piparch: osx_arm64

- name: osx 3.11 intel
- name: osx 3.11 arm64
os: macos-latest
python: "3.11"
piparch: macosx_10_10_intel
piparch: osx_arm64

- name: osx 3.12 arm64
os: macos-latest
python: "3.12"
piparch: osx_arm64

# Windows py builds

Expand Down Expand Up @@ -184,6 +194,11 @@ jobs:
python: "3.11"
piparch: win_amd64

- name: win64 3.12
os: windows-latest
python: "3.12"
piparch: win_amd64

steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 579285d

Please sign in to comment.