summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
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 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d7082b34..ca4200fc 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ Main features:
- Parsing commands with flags
- Unicode character support (*Python 3 only*)
- Good tab-completion of commands, file system paths, and shell commands
- - Python 2.7 and 3.3+ support
+ - Python 2.7 and 3.4+ support
- Linux, macOS and Windows support
- Trivial to provide built-in help for all commands
- Built-in regression testing framework for your applications (transcript-based testing)