From a075ff7708acc823c439f65c0025d65d2a7a2365 Mon Sep 17 00:00:00 2001 From: Stefan Wehrmeyer Date: Sat, 15 Oct 2016 23:20:05 +0200 Subject: [PATCH] Remove Python 3.6 from test matrix Travis seems to struggle with installation --- .travis.yml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e0ce863..5a9a66a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ --- language: python python: -- '3.6' - '3.5' - '3.4' - '3.3' diff --git a/setup.py b/setup.py index 4737c11..f1c4664 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ setup( 'Programming Language :: Python :: 3.3' 'Programming Language :: Python :: 3.4' 'Programming Language :: Python :: 3.5' - 'Programming Language :: Python :: 3.6' ], keywords='sql sqlalchemy etl loading utility', author='Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer',