From ed549483ca9cd628c4aa10dfc67553e80aacb6b4 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 21 Oct 2017 19:34:50 +0100 Subject: [PATCH] drop support for py3.3 --- .scrutinizer.yml | 2 +- .travis.yml | 1 - setup.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index bd0ff49..1e0c604 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -6,4 +6,4 @@ filter: tools: external_code_coverage: timeout: 300 - runs: 6 + runs: 4 diff --git a/.travis.yml b/.travis.yml index 1881d30..d80c98a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ cache: pip sudo: false python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/setup.py b/setup.py index 4730bdb..545f113 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,6 @@ setup( 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',