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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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