Skip to content

Commit 2cd8c7d

Browse files
committed
windows: Build Python 2.7, 3.7
1 parent 693b7b8 commit 2cd8c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/internal/windows_build_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from subprocess import check_call
44
import os
55

6-
DEFAULT_PY_ENVS = ["35-x64", "36-x64"]
6+
DEFAULT_PY_ENVS = ["27-x64", "35-x64", "36-x64", "37-x64"]
77

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

0 commit comments

Comments
 (0)