summaryrefslogtreecommitdiff
path: root/tests/mail
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-10-13 16:34:26 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-10-17 19:25:02 +0200
commit56977b466c33ca3da14a1ed2609172425a76a34e (patch)
tree517a74133960b575c77134526e7ec03c9d62a192 /tests/mail
parent2d9c194d5a0d9ae746e16ee5f641e30d544dc31b (diff)
Refs #35844 -- Doc'd Python 3.14 compatibility.
Diffstat (limited to 'tests/mail')
-rw-r--r--tests/mail/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mail/tests.py b/tests/mail/tests.py
index f1d7fcf43e..1dba83eb8e 100644
--- a/tests/mail/tests.py
+++ b/tests/mail/tests.py
@@ -258,7 +258,7 @@ class MailTests(MailTestsMixin, SimpleTestCase):
`surrogateescape`.
Following https://github.com/python/cpython/issues/76511, newer
- versions of Python (3.12.3 and 3.13) ensure that a message's
+ versions of Python (3.12.3 and 3.13+) ensure that a message's
payload is encoded with the provided charset and `surrogateescape` is
used as the error handling strategy.