From c76be32028a02730441ece0bb3deebc1c70602c3 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 9 Jan 2024 23:44:05 +0100 Subject: [PATCH] AppVeyor: Python 2.7 and 3.7 from #576 --- .appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 93088fcc..e6f7bf48 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,8 +1,7 @@ # appveyor.yml - https://www.appveyor.com/docs/lang/python -# https://www.appveyor.com/docs/windows-images-software/#visual-studio-2019 # https://www.appveyor.com/docs/windows-images-software/#visual-studio-2022 --- -image: Visual Studio 2019 +image: Visual Studio 2022 environment: matrix: - PY_PYTHON: 2.7 @@ -27,4 +26,4 @@ test_script: - py -m tox after_test: - - python debug-info.py + - py debug-info.py