Skip to content

Commit

Permalink
drop python 3.9 in CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
95-martin-orion authored Dec 27, 2024
1 parent 8f849b1 commit a2f328a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ jobs:
env:
macosx_deployment_target: "12.0"
cibw:
build: "cp39* cp310* cp311* cp312*"
build: "cp310* cp311* cp312*"
- os: macos-13-large # Apple Silicon
name: mac_arm64
env:
macosx_deployment_target: "13.0"
cibw:
build: "cp39* cp310* cp311* cp312*"
build: "cp310* cp311* cp312*"
- os: ubuntu-22.04
name: manylinux2014
cibw:
arch: x86_64
build: "cp39* cp310* cp311* cp312*"
build: "cp310* cp311* cp312*"
manylinux_image: manylinux2014
- os: windows-2019
name: win_amd64
architecture: x64
cibw:
build: "cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64"
build: "cp310-win_amd64 cp311-win_amd64 cp312-win_amd64"
env:
MACOSX_DEPLOYMENT_TARGET: "${{ matrix.env.macosx_deployment_target }}"
CIBW_BUILD: "${{ matrix.cibw.build || '*' }}"
Expand Down

0 comments on commit a2f328a

Please sign in to comment.