Support Python 3.9 on Windows and package installer on it (#9053)

It seems that all required pre-compiled wheels to install Certbot on Python 3.9 on Windows are present.

This PR upgrades Windows tests on Python 3.9 and repackages the installer on this version of Python.
This commit is contained in:
Adrien Ferrand
2021-10-04 14:20:49 -07:00
committed by GitHub
parent cde3e1fa97
commit 065df4c9a7
3 changed files with 7 additions and 7 deletions
@@ -7,7 +7,7 @@ import subprocess
import sys
import time
PYTHON_VERSION = (3, 8, 9)
PYTHON_VERSION = (3, 9, 7)
PYTHON_BITNESS = 32
NSIS_VERSION = '3.06.1'