summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-11-11 06:38:22 -0700
committerMats Wichmann <mats@linux.com>2021-11-11 06:38:22 -0700
commit84bfe16796c061bab089522e0a12cf55a161c998 (patch)
treefb5e2163e87a748c254349e1dd98813319e7dbf0
parent9c77756c8c3934003978e0bcd148dcf6d9f275b4 (diff)
downloadscons-git-84bfe16796c061bab089522e0a12cf55a161c998.tar.gz
Fix appveyor test matrix
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 4ab95628d..30d643954 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -44,7 +44,7 @@ matrix:
exclude:
# test python 3.8 on Visual Studio 2017 image
- image: Visual Studio 2017
- WINPYTHON: "Python35"
+ WINPYTHON: "Python310"
- image: Visual Studio 2017
WINPYTHON: "Python37"
- image: Visual Studio 2017
@@ -52,7 +52,7 @@ matrix:
# test python 3.7 on Visual Studio 2019 image
- image: Visual Studio 2019
- WINPYTHON: "Python35"
+ WINPYTHON: "Python310"
- image: Visual Studio 2019
WINPYTHON: "Python36"