From b0216b7e79c12544221c538a43245a8f947a1d02 Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Tue, 20 Feb 2018 12:17:57 +0100 Subject: [PATCH] Removed Python 2.7 from documentation. --- README.rst | 2 +- docs/development/index.rst | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ccb4ff69..361df803 100644 --- a/README.rst +++ b/README.rst @@ -183,7 +183,7 @@ on your host system. - `django-sekizai `__ - `sorl-thumbnail `__ - `Pillow (Python Imaging Library) `__ -- Python>=2.7 or Python>=3.4 +- Python>=3.4 diff --git a/docs/development/index.rst b/docs/development/index.rst index ef095d2c..83532d39 100644 --- a/docs/development/index.rst +++ b/docs/development/index.rst @@ -112,7 +112,7 @@ Before you submit a pull request, check that it meets these guidelines: 2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.rst. -3. The pull request should work for Python 2.7, 3.4, 3.5, 3.6, and for PyPy. Check +3. The pull request should work for Python 3.4, 3.5, 3.6, and for PyPy. Check https://travis-ci.org/django-wiki/django-wiki/pull_requests and make sure that the tests pass for all supported Python versions. @@ -145,4 +145,3 @@ features will not be accepted without tests. To add more stuff to the project without tests wouldn't be fair to the project or your hard work. We use coverage metrics to see that each new contribution does not significantly impact test coverage. - -- 2.45.2