diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index fffd4e7..298bc9e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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 @@ -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 @@ -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