Skip to content

Commit

Permalink
build wheels for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Feb 7, 2024
1 parent 0ee7eef commit 1f8cd2e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
python: 311
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
python: 312
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

- os: macos-latest
python: 38
Expand All @@ -82,6 +86,9 @@ jobs:
- os: macos-latest
python: 311
platform_id: macosx_x86_64
- os: macos-latest
python: 312
platform_id: macosx_x86_64

- os: macos-latest
python: 38
Expand All @@ -95,6 +102,9 @@ jobs:
- os: macos-latest
python: 311
platform_id: macosx_arm64
- os: macos-latest
python: 312
platform_id: macosx_arm64

- os: windows-latest
python: 38
Expand All @@ -108,6 +118,10 @@ jobs:
- os: windows-latest
python: 311
platform_id: win_amd64
- os: windows-latest
python: 312
platform_id: win_amd64

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1f8cd2e

Please sign in to comment.