Skip to content

Commit f4783d1

Browse files
committed
Fix validation
1 parent e824a1a commit f4783d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ const GLOBAL_EXTENSIONS_WINDOWS_PRE_3_13: &[&str] = &["_msi"];
822822
const GLOBAL_EXTENSIONS_WINDOWS_NO_STATIC: &[&str] = &["_testinternalcapi", "_tkinter"];
823823

824824
/// Extension modules that should be built as shared libraries.
825-
const SHARED_LIBRARY_EXTENSIONS: &[&str] = &["_crypt"];
825+
const SHARED_LIBRARY_EXTENSIONS: &[&str] = &["_crypt", "_tkinter"];
826826

827827
const PYTHON_VERIFICATIONS: &str = include_str!("verify_distribution.py");
828828

0 commit comments

Comments
 (0)