From 7893168c877fd76c4ac8fb9bf1c14f044ed2a0f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Langner Date: Sat, 19 Jan 2019 16:03:00 +0100 Subject: [PATCH] Remove Python 3.3 support. (#1031) * Remove Python 3.3 support. Redis >= 3.X does only support Python >=3.4. Python 3.7 is no longer dev. * Use dev for Python 3.7 build again. --- .travis.yml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 225c626..80722b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ services: - redis python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/setup.py b/setup.py index 2d9756f..69612a5 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,6 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',