Skip to content

Commit

Permalink
Drop Python 3.3 support as setuptools already dropped it
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Nov 3, 2018
1 parent 15d17a4 commit b5052f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ cache: pip

python:
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Expand Up @@ -8,9 +8,6 @@ environment:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.13"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python33"
PYTHON_VERSION: "3.3.6"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4.5"
PYTHON_ARCH: "64"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -46,7 +46,6 @@
'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',
'Topic :: Multimedia :: Video',
Expand Down

0 comments on commit b5052f3

Please sign in to comment.