Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add statement about ending python 2.7 support
  • Loading branch information
wholmgren committed Aug 10, 2018
commit 88e8f00ac0869311668855e55c9ca28cbc44423a
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ Installation
pvlib-python releases may be installed using the ``pip`` and ``conda`` tools.
Please see the [Installation page](http://pvlib-python.readthedocs.io/en/latest/installation.html) of the documentation for complete instructions.

pvlib-python is compatible with Python versions 2.7 and 3.4-3.7
pvlib-python is compatible with Python versions 2.7 and 3.4-3.7.

**Python 2.7 support will end on June 1, 2019**. Releases made after this
date will require Python 3.


Contributing
Expand Down
4 changes: 4 additions & 0 deletions docs/sphinx/source/whatsnew/v0.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
v0.6.0 (___, 2018)
---------------------

**Python 2.7 support will end on June 1, 2019**. Releases made after this
date will require Python 3. (:issue:`501`)


API Changes
~~~~~~~~~~~
* pvsystem.calcparams_desoto now requires arguments for each module model
Expand Down