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