Skip to content

Commit 183268a

Browse files
committed
RLS: Test build for 0.14.2
1 parent a0918fd commit 183268a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 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"

0 commit comments

Comments
 (0)