From 8eb2cd0acfa02af2995ab472b1b58b71ea0ec493 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 24 Jan 2017 10:50:38 +0200
Subject: [PATCH] - Correct minimal (working) Python3 version in the README.

---
 README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 1447ebb..7d9c1aa 100644
--- a/README.rst
+++ b/README.rst
@@ -56,14 +56,14 @@ docstrings in :code:`template/filters.py`.
 Testing
 -------
 
-Tests require Python 2.7, Python 3.2 or later and Tox and are run by running
+Tests require Python 2.7, Python 3.3 or later and Tox and are run by running
 :code:`tox`. Also, Travis CI is used to test on multiple Python versions for
 every push.
 
 Release
 -------
 
-Releases require Python 2.7 or Python 3.2 or later and Tox. To release a new
+Releases require Python 2.7 or Python 3.3 or later and Tox. To release a new
 version bump the version in the :code:`VERSION` file and run :code:`tox -e
 release`.
 
-- 
GitLab