summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-10-11 11:07:58 -0700
committerGitHub <noreply@github.com>2019-10-11 11:07:58 -0700
commitb162ab6a45d5432744b193bb2efbd80a6fe2cc6c (patch)
treeecce4fc34a029fa849f22fca2c419ef322e95be2 /doc
parentbad4ffc3a7fe83c01ba239273aad4504985ecaf6 (diff)
parent57141dc7085dd83a0692e82a4946b60b6e5f0f43 (diff)
downloadpytest-b162ab6a45d5432744b193bb2efbd80a6fe2cc6c.tar.gz
Merge pull request #5943 from nicoddemus/py2-py37-tech-docs
Add link to technical aspects issue to the py27-py34 docs
Diffstat (limited to 'doc')
-rw-r--r--doc/en/py27-py34-deprecation.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/py27-py34-deprecation.rst b/doc/en/py27-py34-deprecation.rst
index 541197843..06a731962 100644
--- a/doc/en/py27-py34-deprecation.rst
+++ b/doc/en/py27-py34-deprecation.rst
@@ -24,3 +24,8 @@ branch will continue to exist so the community itself can contribute patches. Th
be happy to accept those patches and make new ``4.6`` releases **until mid-2020**.
.. _`python_requires`: https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
+
+Technical Aspects
+-----------------
+
+The technical aspects of the Python 2.7 and 3.4 support plan (such as when releases will occurr, how to backport fixes, etc) is described in issue `#5275 <https://github.com/pytest-dev/pytest/issues/5275>`__.