Skip to content

Commit 92c2d4f

Browse files
authored
Merge pull request #155 from bashtage/rel-0.14.2
RLS: Test build for 0.14.2
2 parents a0918fd + a973f6f commit 92c2d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python: [cp38, cp39, cp310, cp311, cp312]
19+
python: [cp39, cp310, cp311, cp312]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121
env:
22-
BUILD_COMMIT: "v0.14.1" # or a specific version, e.g., v0.13.1
22+
BUILD_COMMIT: "maintenance/0.14.x" # or a specific version, e.g., v0.13.1
2323
CIBW_BUILD: ${{ matrix.python }}-*
2424
CIBW_ARCHS_LINUX: "x86_64 aarch64"
2525
CIBW_ARCHS_MACOS: "x86_64 arm64"
@@ -55,7 +55,7 @@ jobs:
5555
platforms: all
5656

5757
- name: Install cibuildwheel
58-
run: python -m pip install cibuildwheel==2.16.2
58+
run: python -m pip install cibuildwheel==2.16.5
5959

6060
- name: Build wheels
6161
run: |

0 commit comments

Comments
 (0)