mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Upgrade Python to 3.8.9.
This commit is contained in:
parent
69479b7277
commit
3487623bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import subprocess
|
|||
import sys
|
||||
import time
|
||||
|
||||
PYTHON_VERSION = (3, 8, 8)
|
||||
PYTHON_VERSION = (3, 8, 9)
|
||||
PYTHON_BITNESS = 32
|
||||
NSIS_VERSION = '3.06.1'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue