Skip to content

Commit

Permalink
Merge pull request #527 from hugovk/rm-3.3
Browse files Browse the repository at this point in the history
Drop support for Python 3.3
  • Loading branch information
stefankoegl committed Mar 30, 2018
2 parents 1382931 + cddde0b commit 66b91e9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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:

Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 66b91e9

Please sign in to comment.