From 0d7aaf0c8b0050a0dce863041a17a35e3c648d92 Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Wed, 21 Oct 2020 14:45:06 +1100 Subject: [PATCH] drop python 3.5 support --- .travis.yml | 2 -- setup.py | 1 - tox.ini | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c51bf1..a5124b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/setup.py b/setup.py index adaba86..d8ea523 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/tox.ini b/tox.ini index c9daa9d..5e916da 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35, py36, py37, py38, cov, cov_local +envlist = py36, py37, py38, cov, cov_local [testenv] deps=