summaryrefslogtreecommitdiff
path: root/docs/topics
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 /docs/topics
parent61dae11df52fae71fc3050974ac459f362c9dfd7 (diff)
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/performance.txt3
-rw-r--r--docs/topics/testing/advanced.txt1
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/performance.txt b/docs/topics/performance.txt
index 1075d6e0ad..f3342453cc 100644
--- a/docs/topics/performance.txt
+++ b/docs/topics/performance.txt
@@ -419,7 +419,8 @@ performance gains, typically for heavyweight applications.
A key aim of the PyPy project is `compatibility
<https://www.pypy.org/compat.html>`_ with existing Python APIs and libraries.
-Django is compatible, but you will need to check the compatibility of other
+Django is compatible with versions of PyPy corresponding to the supported
+Python versions, but you will need to check the compatibility of other
libraries you rely on.
C implementations of Python libraries
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt
index 1b0c172ef9..d3822f0920 100644
--- a/docs/topics/testing/advanced.txt
+++ b/docs/topics/testing/advanced.txt
@@ -608,7 +608,6 @@ and tear down the test suite.
``durations`` will show a list of the N slowest test cases. Setting this
option to ``0`` will result in the duration for all tests being shown.
- Requires Python 3.12+.
Django may, from time to time, extend the capabilities of the test runner
by adding new arguments. The ``**kwargs`` declaration allows for this