From 4bb2338e13631daba110f4fe46700c59040866b0 Mon Sep 17 00:00:00 2001 From: Stefan Wehrmeyer Date: Sat, 15 Oct 2016 23:16:24 +0200 Subject: [PATCH] Add Python 3.5, 3.6 to setup.py and travis --- .travis.yml | 2 ++ setup.py | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d120bd4..e0ce863 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ --- language: python python: +- '3.6' +- '3.5' - '3.4' - '3.3' - '2.7' diff --git a/setup.py b/setup.py index 4b57a15..4737c11 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,9 @@ setup( 'Programming Language :: Python :: 2.6', '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' ], keywords='sql sqlalchemy etl loading utility', author='Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer',