Skip to content

Commit 32c2730

Browse files
authored
Update bundled runtime to 3.14.2 (#251)
1 parent 682d0f8 commit 32c2730

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.0b1-embed-amd64.zip"
7+
EMBED_URL = "https://www.python.org/ftp/python/3.14.2/python-3.14.2-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)