Skip to content

Commit 3431047

Browse files
committed
skip all x86 builds on appveyor because they lack dependencies
1 parent 4440c1e commit 3431047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ environment:
99
# isn't covered by this document) at the time of writing.
1010

1111
#- PYTHON: "C:\\Python39"
12-
- PYTHON: "C:\\Python310"
13-
- PYTHON: "C:\\Python311"
14-
- PYTHON: "C:\\Python312"
12+
#- PYTHON: "C:\\Python310"
13+
#- PYTHON: "C:\\Python311"
14+
#- PYTHON: "C:\\Python312"
1515
- PYTHON: "C:\\Python39-x64"
1616
- PYTHON: "C:\\Python310-x64"
1717
- PYTHON: "C:\\Python311-x64"

0 commit comments

Comments
 (0)