Skip to content

Commit

Permalink
AppVeyor: Python 2.7 and 3.7 from #576
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jan 9, 2024
1 parent 1a0fff3 commit c76be32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -27,4 +26,4 @@ test_script:
- py -m tox

after_test:
- python debug-info.py
- py debug-info.py

0 comments on commit c76be32

Please sign in to comment.