1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

windows: upgrade Python to 3.9.11 (#9241)

This commit is contained in:
alexzorin
2022-03-18 10:03:49 +11:00
committed by GitHub
parent 5ef18d905a
commit 5404701111
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
*
* Certbot for Windows has been upgraded to use Python 3.9.11, in response to
https://www.openssl.org/news/secadv/20220315.txt.
More details about these changes can be found on our GitHub repo.

View File

@@ -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'