From d26ce34105397e89281c7d686ac210a8017b94c7 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 8 Nov 2019 14:56:29 +0100 Subject: [PATCH] Clarify that PyPy is not supported as Python 2 support is dropped --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ea2503ae..18fca16b 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ fields in your models and forms. * Django versions supported: 1.11, 2.1, 2.2, 3.0 * Python versions supported: 3.5, 3.6, 3.7 -* PyPy versions supported: PyPy3 (and PyPy for Django 1.11) +* PyPy versions supported: PyPy3 If you need support for older versions of Django and Python, please refer to older releases mentioned in `the release notes `__. diff --git a/tox.ini b/tox.ini index 05196bec..bc21db1b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist = django30-py{37,36} django22-py{37,36} django21-py{37,36,35,py3} - django111-py{36,35,py} + django111-py{36,35} lint docs skipsdist = true