Skip to content

Commit 1f13e09

Browse files
committed
Allow _msi to be missing during collect_python_build_artifacts
1 parent c6a84e9 commit 1f13e09

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cpython-windows/build.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@
6565
"_lzma": {
6666
"ignore_additional_depends": {"$(OutDir)liblzma$(PyDebugExt).lib"},
6767
},
68-
"_msi": {},
68+
"_msi": {
69+
# Removed in 3.13.
70+
"ignore_missing": True,
71+
},
6972
"_overlapped": {},
7073
"_multiprocessing": {},
7174
"_socket": {},

0 commit comments

Comments
 (0)