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 b497362 commit 2e2ead4Copy full SHA for 2e2ead4
scripts/internal/windows_build_common.py
@@ -4,7 +4,7 @@
4
import os
5
import shutil
6
7
-DEFAULT_PY_ENVS = ["35-x64", "36-x64", "37-x64", "38-x64", "39-x64"]
+DEFAULT_PY_ENVS = ["36-x64", "37-x64", "38-x64", "39-x64"]
8
9
SCRIPT_DIR = os.path.dirname(__file__)
10
ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, "..", ".."))
0 commit comments