diff --git a/.travis.yml b/.travis.yml index 8652faa11..8b282a784 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ python: - "pypy" # Run slowest first so as not to hold up the build - "pypy3" - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/README.rst b/README.rst index 06ce52383..cc47c82e4 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ If you have another music service that should be on the list, comment in #557 Installation ------------ -SoCo requires Python 2.7, or 3.3 or newer. +SoCo requires Python 2.7, or 3.4 or newer. Use pip: diff --git a/setup.py b/setup.py index 5b0e7d638..30f0763b1 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,6 @@ def run_tests(self): 'Programming Language :: Python :: 2', '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',