Add Python 3.9 to the list

This commit is contained in:
Robin Dunn
2020-10-09 10:04:33 -07:00
parent 8a04577f95
commit 2e44b43121

View File

@@ -1524,7 +1524,7 @@ def copyWxDlls(options):
# For Python 3.5 and 3.6 builds we also need to copy some VC14 redist DLLs.
# NOTE: Do it for 3.7+ too for now. But when we fully switch over to VS 2017
# this may need to change. See notes in wscript about it.
if PYVER in ['3.5', '3.6', '3.7', '3.8']:
if PYVER in ['3.5', '3.6', '3.7', '3.8', '3.9']:
redist_dir = os.path.join(
phoenixDir(), 'packaging', 'Py3.5', 'vcredist',
arch, 'Microsoft.VC140.CRT', '*.dll')