Skip to content

Commit

Permalink
Merge pull request #30 from chezou/py311
Browse files Browse the repository at this point in the history
Build Python 3.11 and 3.12 wheels with dropping 3.7
  • Loading branch information
chezou authored Jan 13, 2024
2 parents 178e872 + aae87f4 commit c8d07a9
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
matrix:
include:
# Windows
- os: windows-2019
python: 37
bitness: 64
platform_id: win_amd64
- os: windows-2019
python: 38
bitness: 64
Expand All @@ -32,33 +28,42 @@ jobs:
python: 310
bitness: 64
platform_id: win_amd64
- os: windows-2019
python: 311
bitness: 64
platform_id: win_amd64
- os: windows-2019
python: 312
bitness: 64
platform_id: win_amd64

# Linux
- os: ubuntu-latest
python: 37
python: 38
bitness: 64
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
python: 38
python: 39
bitness: 64
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
python: 39
python: 310
bitness: 64
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
python: 310
python: 311
bitness: 64
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
# MacOS x86_64
- os: macos-latest
- os: ubuntu-latest
python: 312
bitness: 64
python: 37
platform_id: macosx_x86_64
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
# MacOS x86_64
- os: macos-latest
bitness: 64
python: 38
Expand All @@ -71,6 +76,14 @@ jobs:
bitness: 64
python: 310
platform_id: macosx_x86_64
- os: macos-latest
bitness: 64
python: 311
platform_id: macosx_x86_64
- os: macos-latest
bitness: 64
python: 312
platform_id: macosx_x86_64

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

0 comments on commit c8d07a9

Please sign in to comment.