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.
2 parents 8dc3466 + 63a10e9 commit 6dd3b96Copy full SHA for 6dd3b96
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"]
+DEFAULT_PY_ENVS = ["37-x64", "38-x64", "39-x64", "310-x64"]
8
9
SCRIPT_DIR = os.path.dirname(__file__)
10
ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, "..", ".."))
0 commit comments