We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693b7b8 commit 2cd8c7dCopy full SHA for 2cd8c7d
scripts/internal/windows_build_common.py
@@ -3,7 +3,7 @@
3
from subprocess import check_call
4
import os
5
6
-DEFAULT_PY_ENVS = ["35-x64", "36-x64"]
+DEFAULT_PY_ENVS = ["27-x64", "35-x64", "36-x64", "37-x64"]
7
8
SCRIPT_DIR = os.path.dirname(__file__)
9
ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, "..", ".."))
0 commit comments