mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
windows: upgrade Python to 3.9.11 (#9241)
This commit is contained in:
@@ -7,7 +7,7 @@ import subprocess
|
||||
import sys
|
||||
import time
|
||||
|
||||
PYTHON_VERSION = (3, 9, 7)
|
||||
PYTHON_VERSION = (3, 9, 11)
|
||||
PYTHON_BITNESS = 64
|
||||
NSIS_VERSION = '3.06.1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user