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 89afccf commit 6855f1cCopy full SHA for 6855f1c
_msbuild.py
@@ -4,7 +4,7 @@
4
5
6
DLL_NAME = "python314"
7
-EMBED_URL = "https://www.python.org/ftp/python/3.14.0/python-3.14.0a7-embed-amd64.zip"
+EMBED_URL = "https://www.python.org/ftp/python/3.14.0/python-3.14.0b1-embed-amd64.zip"
8
9
def can_embed(tag):
10
"""Return False if tag doesn't match DLL_NAME and EMBED_URL.
0 commit comments