mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Refs #35844 -- Doc'd Python 3.14 compatibility.
This commit is contained in:
parent
2d9c194d5a
commit
56977b466c
17 changed files with 31 additions and 27 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue