Skip to content

Commit 6fbffab

Browse files
committed
CI: skip impls without lxml wheels
Signed-off-by: Michał Górny <[email protected]>
1 parent dd4c10d commit 6fbffab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
python-version: ["3.11", "3.12", "3.13", "3.14-dev", "pypy-3.11"]
7+
python-version: ["3.11", "3.12", "3.13"]
88
fail-fast: false
99
runs-on: ubuntu-22.04
1010
steps:

0 commit comments

Comments
 (0)