Skip to content

Commit 790151c

Browse files
committed
Fix testcase for windows / python 3.11
1 parent ec71c49 commit 790151c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
matrix:
2626
platform: [ubuntu-latest, macos-latest, windows-latest]
2727
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
28+
# TODO: Remove Windows exclusion when binary wheel available for lxml
29+
exclude:
30+
- { platform: windows-latest, python-version: "3.11" }
31+
2832

2933
steps:
3034
- name: Install system dependencies

0 commit comments

Comments
 (0)