diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-14 20:40:49 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-14 20:40:49 -0400 |
commit | 0598412960afcbd5fbe42d6cf100b7af658cd959 (patch) | |
tree | db3b490fa05ef029012c02aa11a061b2634f1063 /docs | |
parent | ddd07f9cd6d72baca1232ae98856cf3b3d564706 (diff) | |
download | cmd2-git-0598412960afcbd5fbe42d6cf100b7af658cd959.tar.gz |
Deprecate support for Python 3.4 and begin testing with Python 3.8 beta
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 | ||||
-rw-r--r-- | docs/install.rst | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/docs/index.rst b/docs/index.rst index 31bb4771..5f9c4c3d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -73,7 +73,7 @@ Contents: Compatibility ============= -Tested and working with Python 3.4+ on Windows, macOS, and Linux. +Tested and working with Python 3.5+ on Windows, macOS, and Linux. Index ===== diff --git a/docs/install.rst b/docs/install.rst index b0710916..62765704 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -6,7 +6,7 @@ This section covers the basics of how to install, upgrade, and uninstall ``cmd2` Installing ---------- -First you need to make sure you have Python 3.4+, pip_, and setuptools_. Then you can just use pip to +First you need to make sure you have Python 3.5+, pip_, and setuptools_. Then you can just use pip to install from PyPI_. .. _pip: https://pypi.python.org/pypi/pip @@ -25,7 +25,7 @@ install from PyPI_. Requirements for Installing ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* If you have Python 3 >=3.4 installed from `python.org +* If you have Python 3 >=3.5 installed from `python.org <https://www.python.org>`_, you will already have pip_ and setuptools_, but may need to upgrade to the latest versions: @@ -124,10 +124,6 @@ If you wish to permanently uninstall ``cmd2``, this can also easily be done with pip uninstall cmd2 -Extra requirements for Python 3.4 ---------------------------------- -``cmd2`` requires the ``contextlib2`` module for Python 3.4. This is used to temporarily redirect -stdout and stderr. Also when using Python 3.4, ``cmd2`` requires the ``typing`` module backport. Extra requirement for macOS =========================== |