Skip to content

Commit 89ca403

Browse files
authored
Merge pull request #98 from wind-python/features/drop-python35-support
Drop Python 3.5 support
2 parents 4b7a082 + d5be32a commit 89ca403

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22

33
matrix:
44
include:
5-
- python: 3.5
65
- python: 3.6
76
- python: 3.7
87
- python: 3.8

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Go to the `download page <http://readthedocs.org/projects/windpowerlib/downloads
3030
Installation
3131
============
3232

33-
If you have a working Python 3 environment, use pypi to install the latest windpowerlib version:
33+
If you have a working Python 3 (>= 3.6) environment, use pypi to install the latest windpowerlib version:
3434

3535
::
3636

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.black]
22
line-length = 79
3-
target-version = ['py35', 'py36', 'py37', 'py38']
3+
target-version = ['py36', 'py37', 'py38']
44
include = '\.pyi?$'
55
exclude = '''
66
/(

0 commit comments

Comments
 (0)