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 a35c411 commit 3030fa9Copy full SHA for 3030fa9
build_tools/build_binaries_windows.py
@@ -21,6 +21,7 @@
21
r"%s\py310_64\python.exe" % miniconda_envs,
22
r"%s\py311_64\python.exe" % miniconda_envs,
23
r"%s\py312_64\python.exe" % miniconda_envs,
24
+ r"%s\py313_64\python.exe" % miniconda_envs,
25
# See: build_tools\pydevd_release_process.txt when adding a new one
26
]
27
0 commit comments