From 93a174142bd57f21e814b9cb93c31d7934717b89 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 18 Feb 2018 10:01:18 +0200 Subject: [PATCH] Update supported Python version --- .travis.yml | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc3ece1..97d86d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ sudo: false language: python python: - - "2.6" - "2.7" - "3.3" - "3.4" diff --git a/setup.py b/setup.py index e556710..7eaae28 100644 --- a/setup.py +++ b/setup.py @@ -43,12 +43,12 @@ setup( 'Intended Audience :: Information Technology', 'License :: OSI Approved :: MIT License', 'Operating System :: POSIX', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: System :: Networking', 'Topic :: Communications',