From 76afc6fd67247267d3d4d9bcf84558d3c6d6d53a Mon Sep 17 00:00:00 2001 From: Jan Vlcinsky Date: Sat, 14 Apr 2018 00:09:07 +0200 Subject: [PATCH] Removed support for python 2.6. Fix #141 --- .travis.yml | 1 - setup.py | 2 +- tox.ini | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9e51409..6df6b36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ sudo: false language: python python: - - "2.6" - "2.7" - "3.4" - "3.5" diff --git a/setup.py b/setup.py index db5df6c..4548143 100644 --- a/setup.py +++ b/setup.py @@ -84,12 +84,12 @@ setup( 'Natural Language :: English', 'License :: OSI Approved :: ISC License (ISCL)', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', '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', 'Programming Language :: Python :: Implementation :: CPython', ), cmdclass={ diff --git a/tox.ini b/tox.ini index dcf65d2..df57c06 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py33, py34, py35, py36 +envlist = py27, py33, py34, py35, py36 [testenv] commands =