Skip to content

Commit 7aa8a91

Browse files
committed
try exclude windows python3.11
1 parent c5463b1 commit 7aa8a91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
exclude:
2222
- os: macos-latest
2323
python-version: "3.7"
24+
- os: windows-latest
25+
python-version: "3.11"
2426

2527
steps:
2628
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)