Skip to content

Commit

Permalink
appveyor update python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
orangepizza committed Feb 1, 2024
1 parent b6016b9 commit c246231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
image: Visual Studio 2017
image: Visual Studio 2022

hosts:
example.letsencrypt.org: 127.0.0.1
elpmaxe.letsencrypt.org: 127.0.0.1

environment:
PATH: C:\Python37;C:\msys64\mingw64\bin;%USERPROFILE%\go\bin;%PATH%
PATH: C:\Python39-x64;C:\msys64\mingw64\bin;%USERPROFILE%\go\bin;%PATH%
PEBBLE_WFE_NONCEREJECT: 0

# Declare artifacts that can become release assets on GitHub
Expand Down

0 comments on commit c246231

Please sign in to comment.