Skip to content

Commit

Permalink
DOC: Specify py2k-compatible version in py3k statement
Browse files Browse the repository at this point in the history
The `python>=3.6` requirement at the top of the file dates to early 2020, before v0.1 of MONETIO.  Before this, MONET and MONETIO were one package.  It looks like the last commit in MONET 2.1.5 merges in the work to split MONET and MONETIO, so someone wanting MONETIO functionality from MONET would need a MONET version prior to that.
  • Loading branch information
DWesl authored Oct 30, 2024
1 parent 7097a01 commit c459d8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ or you can manually download it from GitHub and install it using the setup.py::

.. note::
MONET plans to drop support for python 2.7 sometime in 2019. This
means that new releases of xarray published after this date will only be
installable on python 3+ environments, but older versions of xarray will
always be available to python 2.7 users. For more information see the
following references:
means that new releases of MONET and MONETIO published after this date will
only be installable on python 3+ environments, but older versions of MONET
(<2.1.5) will always be available to python 2.7 users. For more information
see the following references:

- `Python 3 Statement <https://python3statement.github.io/>`__
- `Tips on porting to Python 3 <https://docs.python.org/3/howto/pyporting.html>`__

0 comments on commit c459d8b

Please sign in to comment.