From d5be32a0bece7b98e311de1080cdefcc47ca59a8 Mon Sep 17 00:00:00 2001 From: uvchik Date: Thu, 13 Feb 2020 17:54:21 +0100 Subject: [PATCH] Drop Python 3.5 support --- .travis.yml | 1 - README.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84ad58b4..0f515fb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python matrix: include: - - python: 3.5 - python: 3.6 - python: 3.7 - python: 3.8 diff --git a/README.rst b/README.rst index 37f0bb75..41a18e02 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Go to the `download page = 3.6) environment, use pypi to install the latest windpowerlib version: :: diff --git a/pyproject.toml b/pyproject.toml index 27913c1d..3dbb3802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] line-length = 79 -target-version = ['py35', 'py36', 'py37', 'py38'] +target-version = ['py36', 'py37', 'py38'] include = '\.pyi?$' exclude = ''' /(