From c447ee4b1bff681396a4c6bff54decd6ce852e55 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Thu, 4 Jan 2018 14:09:32 -0500 Subject: 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c3625a80..d2b16a91 100755 --- a/README.md +++ b/README.md @@ -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) @@ -46,7 +46,7 @@ On all operating systems, the latest stable version of `cmd2` can be installed u pip install -U cmd2 ``` -cmd2 works with Python 2.7 and Python 3.3+ on Windows, macOS, and Linux. It is pure Python code with +cmd2 works with Python 2.7 and Python 3.4+ on Windows, macOS, and Linux. It is pure Python code with the only 3rd-party dependencies being on [six](https://pypi.python.org/pypi/six), [pyparsing](http://pyparsing.wikispaces.com), and [pyperclip](https://github.com/asweigart/pyperclip) (on Windows, [pyreadline](https://pypi.python.org/pypi/pyreadline) is an additional dependency). -- cgit v1.2.1