Skip to content

Commit 6855f1c

Browse files
committed
Update PyManager to use 3.14.0b1 runtime
1 parent 89afccf commit 6855f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_msbuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
DLL_NAME = "python314"
7-
EMBED_URL = "https://www.python.org/ftp/python/3.14.0/python-3.14.0a7-embed-amd64.zip"
7+
EMBED_URL = "https://www.python.org/ftp/python/3.14.0/python-3.14.0b1-embed-amd64.zip"
88

99
def can_embed(tag):
1010
"""Return False if tag doesn't match DLL_NAME and EMBED_URL.

0 commit comments

Comments
 (0)