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