8000 add statement about ending python 2.7 support (#527) · aliyevsultan/pvlib-python@9ead2f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ead2f2

Browse files
authored
add statement about ending python 2.7 support (pvlib#527)
1 parent dafaa85 commit 9ead2f2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ Installation
3131
pvlib-python releases may be installed using the ``pip`` and ``conda`` tools.
3232
Please see the [Installation page](http://pvlib-python.readthedocs.io/en/latest/installation.html) of the documentation for complete instructions.
3333

34-
pvlib-python is compatible with Python versions 2.7 and 3.4-3.7
34+
pvlib-python is compatible with Python versions 2.7 and 3.4-3.7.
35+
36+
**Python 2.7 support will end on June 1, 2019**. Releases made after this
37+
date will require Python 3.
3538

3639

3740
Contributing

docs/sphinx/source/whatsnew/v0.6.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
v0.6.0 (___, 2018)
44
---------------------
55

6+
**Python 2.7 support will end on June 1, 2019**. Releases made after this
7+
date will require Python 3. (:issue:`501`)
8+
9+
610
API Changes
711
~~~~~~~~~~~
812
* pvlib python is changing a handful of function names. In general, functions

0 commit comments

Comments
 (0)
0