Skip to content

Commit

Permalink
Use newer VS image in appveyor to enable Py3.9/10 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Nov 21, 2021
1 parent 9e86335 commit d3b9676
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
@@ -1,4 +1,5 @@
version: 1.0.{build}
image: Visual Studio 2019

environment:
matrix:
Expand All @@ -7,7 +8,9 @@ environment:
- python: 39
- python: 39-x64
- python: 27
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- python: 27-x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- python: 38
- python: 38-x64
- python: 37
Expand Down

0 comments on commit d3b9676

Please sign in to comment.