Skip to content

Commit 3a4cd6c

Browse files
committed
Comment on plans for Py3k development
1 parent dd64371 commit 3a4cd6c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

documentation/USAGE.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,12 @@ under :term:`Python 3` is :term:`SciPy`, which is not very fast, there is
907907
admittedly little advantage in doing so at this time. We still use
908908
:term:`FiPy` under :term:`Python` 2.x for our own work.
909909

910+
Because :term:`Python` itself will `drop support for Python 2.7 on January
911+
1, 2020`_ and many of the prerequisites for :term:`FiPy` have `pledged to
912+
drop support for Python 2.7 no later than 2020`_, we will prioritize adding
913+
support for better :term:`Python 3` solvers, probably starting with
914+
petsc4py_.
915+
910916
The minimal prerequisites are:
911917

912918
* :term:`NumPy`
@@ -916,6 +922,9 @@ The minimal prerequisites are:
916922
.. _future: http://python-future.org
917923
.. _pya: https://github.com/pya
918924
.. _woodscn: https://github.com/pya
925+
.. _drop support for Python 2.7 on January 1, 2020: https://www.python.org/dev/peps/pep-0373/#update
926+
.. _pledged to drop support for Python 2.7 no later than 2020: https://python3statement.org
927+
.. _petsc4py: https://petsc4py.readthedocs.io
919928

920929
------
921930
Manual

0 commit comments

Comments
 (0)