summaryrefslogtreecommitdiff
path: root/tests
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:26:34 +0200
commita27c2ef906ef7239d7714fe2e4adc48b2aa8a65a (patch)
treee36c9df673f7cb999331a22808eb8552385f7edf /tests
parent915d10a57d00ff3a6a67e095d5779e82f2c1ffba (diff)
[6.0.x] Refs #35844 -- Doc'd Python 3.14 compatibility.
Backport of 56977b466c33ca3da14a1ed2609172425a76a34e from main.
Diffstat (limited to 'tests')
-rw-r--r--tests/mail/tests.py2
-rw-r--r--tests/requirements/py3.txt2
2 files changed, 2 insertions, 2 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.
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index 7ecc3ad044..1ca26979a6 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -7,7 +7,7 @@ docutils >= 0.19
geoip2 >= 4.8.0
jinja2 >= 2.11.0
numpy >= 1.26.0
-Pillow >= 10.1.0; sys.platform != 'win32' or python_version < '3.14'
+Pillow >= 10.1.0
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys_platform != 'win32'
pymemcache >= 3.4.0