Skip to content

Commit 91ec70b

Browse files
committed
try exclude windows python 3.12
1 parent 7aa8a91 commit 91ec70b

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
@@ -23,6 +23,8 @@ jobs:
2323
python-version: "3.7"
2424
- os: windows-latest
2525
python-version: "3.11"
26+
- os: windows-latest
27+
python-version: "3.12"
2628

2729
steps:
2830
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)