Skip to content

Commit

Permalink
Update python-manylinux sets
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
  • Loading branch information
AyanSinhaMahapatra committed Mar 21, 2024
1 parent 4a00115 commit 0286eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- os: ubuntu-latest
arch: auto64
type: manylinux1
build: "cp{38,39,310}-*"
build: "cp{38,39}-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1

- os: ubuntu-latest
Expand All @@ -56,7 +56,7 @@ jobs:
- os: ubuntu-latest
arch: auto64
type: manylinux2014
build: "cp311-*"
build: "cp{311,312}-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

- os: macos-latest
Expand All @@ -65,7 +65,7 @@ jobs:

- os: windows-latest
arch: auto64
build: "cp{37,38,39,310,311,312}-*"
build: "cp{38,39,310,311,312}-*"

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

0 comments on commit 0286eee

Please sign in to comment.