Skip to content

Commit

Permalink
drop python 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
exxamalte committed Oct 21, 2020
1 parent 82f3ac2 commit 0d7aaf0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,6 @@ sudo: false
matrix:
fast_finish: true
include:
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=cov
after_success: coveralls
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -21,7 +21,6 @@
url="https://github.com/exxamalte/python-geojson-client",
packages=find_packages(exclude=("tests*",)),
classifiers=[
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, py37, py38, cov, cov_local
envlist = py36, py37, py38, cov, cov_local

[testenv]
deps=
Expand Down

0 comments on commit 0d7aaf0

Please sign in to comment.