Skip to content
Snippets Groups Projects
Commit 8eb2cd0a authored by nimrod's avatar nimrod
Browse files

- Correct minimal (working) Python3 version in the README.

parent d88ddd1c
No related branches found
No related tags found
No related merge requests found
......@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment