summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-04 14:09:32 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-04 14:09:32 -0500
commitc447ee4b1bff681396a4c6bff54decd6ce852e55 (patch)
treed54727ea2ee18d256f5559cfaa991abb8158a243 /docs
parent202eb16bb2d14f986dd8cbc5a2df540df50a0789 (diff)
downloadcmd2-git-c447ee4b1bff681396a4c6bff54decd6ce852e55.tar.gz
Disabled Python 3.7-dev build in Travis CI
There are a couple unit test failures with Python 3.7-dev that we will need to look into at some point, so I disabled that build for now. Updated all documentation to reflect that cmd2 is support on Python 2.7 and 3.4+. Official support for Python 3.3 has been abandoned due to no longer having support to test on that platform on Travis CI.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
-rw-r--r--docs/install.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 3a52b9b5..206a58ef 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -72,7 +72,7 @@ Contents:
Compatibility
=============
-Tested and working with Python 2.7 and 3.3+.
+Tested and working with Python 2.7 and 3.4+.
Indices and tables
==================
diff --git a/docs/install.rst b/docs/install.rst
index 9e330c3c..19cbdd78 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -7,7 +7,7 @@ This section covers the basics of how to install, upgrade, and uninstall ``cmd2`
Installing
----------
-First you need to make sure you have Python 2.7 or Python 3.3+, pip_, and setuptools_. Then you can just use pip to
+First you need to make sure you have Python 2.7 or Python 3.4+, pip_, and setuptools_. Then you can just use pip to
install from PyPI_.
.. _pip: https://pypi.python.org/pypi/pip