Skip to content

Commit f2c917f

Browse files
authored
Remove redundant version branch (#13388)
1 parent a920fd6 commit f2c917f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stdlib/_ssl.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,7 @@ OP_SINGLE_ECDH_USE: int
240240
OP_NO_COMPRESSION: int
241241
OP_ENABLE_MIDDLEBOX_COMPAT: int
242242
OP_NO_RENEGOTIATION: int
243-
if sys.version_info >= (3, 11):
244-
OP_IGNORE_UNEXPECTED_EOF: int
245-
elif sys.version_info >= (3, 8) and sys.platform == "linux":
243+
if sys.version_info >= (3, 11) or sys.platform == "linux":
246244
OP_IGNORE_UNEXPECTED_EOF: int
247245
if sys.version_info >= (3, 12):
248246
OP_LEGACY_SERVER_CONNECT: int

0 commit comments

Comments
 (0)