We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e45f5a + 32c2730 commit 780dcc4Copy full SHA for 780dcc4
_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.0b1-embed-amd64.zip"
+EMBED_URL = "https://www.python.org/ftp/python/3.14.2/python-3.14.2-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