Skip to content

Commit 240dbb1

Browse files
committed
Skip annoying compiling Windows builds on 3.11 as well.
1 parent ae8be4a commit 240dbb1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,18 @@ jobs:
153153
python-version:
154154
name: "3.10"
155155
toxenv: py310-format_nongpl-tests
156+
- os: windows-latest
157+
python-version:
158+
name: "3.11.0-alpha - 3.11.0"
159+
toxenv: py311-noextra-tests
160+
- os: windows-latest
161+
python-version:
162+
name: "3.11.0-alpha - 3.11.0"
163+
toxenv: py311-format-tests
164+
- os: windows-latest
165+
python-version:
166+
name: "3.11.0-alpha - 3.11.0"
167+
toxenv: py311-format_nongpl-tests
156168
- os: windows-latest
157169
python-version:
158170
name: "3.10"

0 commit comments

Comments
 (0)