Skip to content

Commit 91fe916

Browse files
committed
fixup! fixup! Add Python 3.14
1 parent 1bde82c commit 91fe916

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/validation.rs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,17 @@ const GLOBAL_EXTENSIONS_PYTHON_3_13: &[&str] = &[
729729
"_zoneinfo",
730730
];
731731

732+
const GLOBAL_EXTENSIONS_PYTHON_3_14: &[&str] = &[
733+
"_interpchannels",
734+
"_interpqueues",
735+
"_interpreters",
736+
"_sha2",
737+
"_sysconfig",
738+
"_tokenize",
739+
"_typing",
740+
"_zoneinfo",
741+
];
742+
732743
const GLOBAL_EXTENSIONS_MACOS: &[&str] = &["_scproxy"];
733744

734745
const GLOBAL_EXTENSIONS_POSIX: &[&str] = &[

0 commit comments

Comments
 (0)