From c6ead20907ca08e1cceecaf96a109ccddc1187eb Mon Sep 17 00:00:00 2001 From: Ben Lopatin Date: Sat, 21 Dec 2019 21:28:46 -0500 Subject: [PATCH] Update documented Python versions --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0805156f..d1b6d45b 100644 --- a/README.rst +++ b/README.rst @@ -88,7 +88,7 @@ Targets & testing The codebase is targeted and tested against: -* Django 1.11.x against Python 3.4, 3.5, 3.6, and PyPy +* Django 1.11.x against Python 3.4, 3.5, 3.6 * Django 2.0.x against Python 3.4, 3.5, 3.6, 3.7 * Django 2.1.x against Python 3.5, 3.6, 3.7 * Django 2.2.x against Python 3.5, 3.6, 3.7, 3.8 diff --git a/setup.py b/setup.py index e5a3158b..56653354 100644 --- a/setup.py +++ b/setup.py @@ -52,8 +52,8 @@ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", - "Programming Language :: Python :: Implementation :: PyPy", "Framework :: Django", ], install_requires=dependencies,