summaryrefslogtreecommitdiff
path: root/tests/mail/tests.py
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-01-17 22:09:56 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-20 14:07:28 +0100
commitf5772de69679efb54129ac1cbca3579b512778af (patch)
treeab215760e2e77124bbb8970b0913c2a99ae68743 /tests/mail/tests.py
parent61dae11df52fae71fc3050974ac459f362c9dfd7 (diff)
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Diffstat (limited to 'tests/mail/tests.py')
-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 12cbc8e874..2bc1364bed 100644
--- a/tests/mail/tests.py
+++ b/tests/mail/tests.py
@@ -184,7 +184,7 @@ class MailTests(MailTestsMixin, SimpleTestCase):
"""Line length check should encode the payload supporting `surrogateescape`.
Following https://github.com/python/cpython/issues/76511, newer
- versions of Python (3.11.9, 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.