Skip to content

Commit fa61058

Browse files
committed
windows: Build for Python 3.9
1 parent f0dadbd commit fa61058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/internal/windows_build_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import shutil
66

7-
DEFAULT_PY_ENVS = ["35-x64", "36-x64", "37-x64", "38-x64"]
7+
DEFAULT_PY_ENVS = ["35-x64", "36-x64", "37-x64", "38-x64", "39-x64"]
88

99
SCRIPT_DIR = os.path.dirname(__file__)
1010
ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, "..", ".."))

scripts/windows-download-cache-and-build-module-wheels.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ sz x doxygen-1.8.11.windows.bin.zip -oC:\P\doxygen -aoa -r
1515
Invoke-WebRequest -Uri "https://data.kitware.com/api/v1/file/5bbf87ba8d777f06b91f27d6/download/grep-win.zip" -OutFile "grep-win.zip"
1616
sz x grep-win.zip -oC:\P\grep -aoa -r
1717
$env:Path += ";C:\P\grep"
18-
C:\Python35-x64\python.exe C:\P\IPP\scripts\windows_build_module_wheels.py
18+
C:\Python37-x64\python.exe C:\P\IPP\scripts\windows_build_module_wheels.py

0 commit comments

Comments
 (0)