Upgrade Python to 3.8.9.

This commit is contained in:
Brad Warren 2021-04-05 10:46:23 -07:00
parent 69479b7277
commit 3487623bc0

View file

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