Skip to content

Commit 4bf6ca1

Browse files
ghisvaileffigies
andauthored
CI: Do not test Python 3.11 on Windows
Requires an update to lxml. See: lxml/lxml#360 Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 95dbe7f commit 4bf6ca1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testpydra.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
matrix:
1818
os: [macos-latest, ubuntu-latest, windows-latest]
1919
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
20+
exclude:
21+
- os: 'windows-latest'
22+
python-version: '3.11'
2023
fail-fast: false
2124
runs-on: ${{ matrix.os }}
2225

0 commit comments

Comments
 (0)