Skip to content

Commit 780dcc4

Browse files
committed
Merge remote-tracking branch 'upstream/main' into eptest
2 parents 1e45f5a + 32c2730 commit 780dcc4

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)