Skip to content

Commit

Permalink
Remove support for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tburrows13 committed Mar 24, 2020
1 parent 6c52737 commit 6e80763
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ cache: pip
os: linux

python:
- 3.5
- 3.6
- 3.7
- 3.8
Expand Down
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ environment:
global:
IMAGE_MAGICK_INSTALL_DIR: c://ImageMagick
matrix:
- PYTHON: "C:\\Python35-x64"
PYTHON_ARCH: "64"
ARCH: x64

- PYTHON: "C:\\Python36-x64"
PYTHON_ARCH: "64"
ARCH: x64
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def run_tests(self):
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 6e80763

Please sign in to comment.