Skip to content

Commit c995e01

Browse files
committed
appveyor: Change image to Visual Studio 2017
appveyor's Visual Studio 2022 images update on September 4, 2024 removed support for python 3.7 as documented in https://www.appveyor.com/updates/2024/06/13/.
1 parent fd4f032 commit c995e01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# appveyor.yml - https://www.appveyor.com/docs/lang/python
2-
# https://www.appveyor.com/docs/windows-images-software/#visual-studio-2022
2+
# https://www.appveyor.com/docs/windows-images-software/#visual-studio-2017
33
---
4-
image: Visual Studio 2022
4+
image: Visual Studio 2017
5+
56
environment:
67
matrix:
78
- PY_PYTHON: 2.7

0 commit comments

Comments
 (0)