Skip to content

Commit

Permalink
fix: update to minimum python for certbot in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sheurich authored and jsha committed Feb 20, 2024
1 parent cb7f033 commit 3fe019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hosts:
elpmaxe.letsencrypt.org: 127.0.0.1

environment:
PATH: C:\Python37;C:\msys64\mingw64\bin;%USERPROFILE%\go\bin;%PATH%
PATH: C:\Python38;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 3fe019b

Please sign in to comment.