From 5bd7be6afc20fb9108e1a41b86732f8ed5c90f41 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Fri, 24 May 2019 01:41:24 +0200 Subject: [PATCH] prepare 0.14 --- README.rst | 2 +- docs/index.rst | 2 +- tox.ini | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4c622fdea..40b291c2d 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ handling the submitted form data). Prerequisites ============= - Django 1.8, 1.9, 1.10, 1.11, 2.0, 2.1 and 2.2. -- Python 2.7, 3.4, 3.5, 3.6, 3.7 and PyPy. +- Python 2.7, 3.4, 3.5, 3.6 and 3.7. Key concepts ============ diff --git a/docs/index.rst b/docs/index.rst index 0bd3681ff..4b9c397cf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,7 +23,7 @@ handling the submitted form data). Prerequisites ============= - Django 1.8, 1.9, 1.10, 1.11, 2.0, 2.1 and 2.2. -- Python 2.7, 3.4, 3.5, 3.6, 3.7 and PyPy. +- Python 2.7, 3.4, 3.5, 3.6 and 3.7. Key concepts ============ diff --git a/tox.ini b/tox.ini index ae3c88b01..cceb9866b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,8 @@ envlist = # py{27,33,34}-{django17,django18} # py{27,34}-{django17,django18} py{27,34,35,36,py}-django{18,19} - py{27,35,36,py}-django{110,111} - py{35,36,py}-django{20} + py{27,35,36}-django{110,111} + py{35,36}-django{20} py{36,37}-django{21,22} #flake8, #isort