From bad483935bc57a7deb7fba3401ead1cf175c4102 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 8 Oct 2018 16:23:28 +0200 Subject: [PATCH] remove support for python 3.3 due to EOL --- .travis.yml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bad88d..6687c22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/setup.py b/setup.py index 5b1aa18..73a3a78 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,6 @@ setup( python_requires=REQUIRES_PYTHON, classifiers=[ 'Development Status :: 5 - Production/Stable', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',