Skip to content

Commit 8349d79

Browse files
committed
turn off non-3.9 jobs on appveyor
Signed-off-by: oleg.hoefling <[email protected]>
1 parent 5a21f3f commit 8349d79

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.appveyor.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
environment:
22
matrix:
3-
- python: 27
4-
- python: 27-x64
5-
- python: 35
6-
- python: 35-x64
7-
- python: 36
8-
- python: 36-x64
9-
- python: 37
10-
- python: 37-x64
11-
- python: 38
12-
- python: 38-x64
3+
# - python: 27
4+
# - python: 27-x64
5+
# - python: 35
6+
# - python: 35-x64
7+
# - python: 36
8+
# - python: 36-x64
9+
# - python: 37
10+
# - python: 37-x64
11+
# - python: 38
12+
# - python: 38-x64
1313
- python: 39
1414
python_version: 3.9.0
1515
- python: 39-x64

0 commit comments

Comments
 (0)