Skip to content

Commit f34f4b2

Browse files
committed
Limit manylinux to 3.14 for faster testing
1 parent 7a43bf3 commit f34f4b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manylinux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
python-abi: [cp39-cp39, cp310-cp310, cp311-cp311, cp312-cp312, cp313-cp313, cp314-cp314]
22+
# python-abi: [cp39-cp39, cp310-cp310, cp311-cp311, cp312-cp312, cp313-cp313, cp314-cp314]
23+
python-abi: [cp314-cp314]
2324
image:
2425
- manylinux2014_x86_64
2526
- manylinux_2_28_x86_64

0 commit comments

Comments
 (0)