From d74a05605401926b6b6fc694753c7de19f67c419 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sat, 1 Sep 2018 04:26:08 +0000 Subject: Remove 3.7, travis is broken --- .travis.yml | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 94d8e6d..13fd999 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ python: - "3.4" - "3.5" - "3.6" - - "3.7" before_script: # Travis versions of these are really outdated - pip install -U mock nose pytest diff --git a/setup.py b/setup.py index d7223cc..210acdc 100755 --- a/setup.py +++ b/setup.py @@ -88,10 +88,10 @@ 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", + "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Multimedia :: Sound/Audio :: Players", ], -- cgit v1.2.3