We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682d0f8 commit 32c2730Copy full SHA for 32c2730
_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