Skip to content

Commit a30656d

Browse files
committed
update email
1 parent 817dfea commit a30656d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/email/_header_value_parser.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ SPECIALSNL: Final[set[str]]
2626
def make_quoted_pairs(value: Any) -> str: ...
2727
def quote_string(value: Any) -> str: ...
2828

29-
if sys.version_info >= (3, 13):
30-
# Added in Python 3.13.12, 3.14.3
29+
if sys.version_info >= (3, 10):
30+
# Added in Python 3.10.20, 3.11.15, 3.12.13, 3.13.12, 3.14.3
3131
def make_parenthesis_pairs(value: Any) -> str: ...
3232

3333
rfc2047_matcher: Final[Pattern[str]]

0 commit comments

Comments
 (0)