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 062ae2a commit 63a10e9Copy full SHA for 63a10e9
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