Skip to content

Commit 1e902f3

Browse files
committed
Merge branch 'dev' of github.com:wind-python/windpowerlib into features/revise-python-script-examples
2 parents e864dbb + 89ca403 commit 1e902f3

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
@@ -33,7 +33,7 @@ Go to the `download page <http://readthedocs.org/projects/windpowerlib/downloads
3333
Installation
3434
============
3535

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

3838
::
3939

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)