diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-13 16:34:26 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-17 20:05:19 +0200 |
| commit | a8c9b5b2636ebda87d938b61cbf4bfec476ca0c9 (patch) | |
| tree | 7a4cf58304f7062b722c343fca70417a2ad3cc03 /tests | |
| parent | 83f6fe810df8558339495ad717e216b14d34f461 (diff) | |
[5.2.x] Refs #35844 -- Doc'd Python 3.14 compatibility.
Backport of 56977b466c33ca3da14a1ed2609172425a76a34e from main.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/mail/tests.py | 2 | ||||
| -rw-r--r-- | tests/requirements/py3.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/mail/tests.py b/tests/mail/tests.py index 833b688741..e017c7f9cf 100644 --- a/tests/mail/tests.py +++ b/tests/mail/tests.py @@ -185,7 +185,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.11.9, 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. diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index f0e208a115..a9679af97c 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -6,8 +6,8 @@ black docutils >= 0.19 geoip2 jinja2 >= 2.11.0 -numpy; python_version < '3.14' -Pillow >= 6.2.1; sys.platform != 'win32' or python_version < '3.14' +numpy +Pillow >= 6.2.1 # pylibmc/libmemcached can't be built on Windows. pylibmc; sys_platform != 'win32' pymemcache >= 3.4.0 |
