Skip to content

Commit bef71f2

Browse files
committed
Remove redundant version check
1 parent 7429473 commit bef71f2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/validation.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,12 +1493,7 @@ fn validate_extension_modules(
14931493
}
14941494
}
14951495

1496-
if (is_linux || is_macos)
1497-
&& matches!(
1498-
python_major_minor,
1499-
"3.9" | "3.10" | "3.11" | "3.12" | "3.13"
1500-
)
1501-
{
1496+
if (is_linux || is_macos) {
15021497
wanted.extend([
15031498
"_testbuffer",
15041499
"_testimportmultiple",

0 commit comments

Comments
 (0)