summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 12:32:32 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 12:32:32 -0700
commit59b35ab0b0dd686f519dee7363c5ce1e9ea77880 (patch)
tree6e14fbc5a3cc7dccd609091782e12a1b54275477 /README.md
parent8aaf6f431ef5e0f5e4e55759a08a22a4591d8f6b (diff)
downloadcmd2-git-59b35ab0b0dd686f519dee7363c5ce1e9ea77880.tar.gz
No longer try to test on Python 2.7 on either TravisCI or AppVeyor
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 89285a5f..35befefc 100755
--- a/README.md
+++ b/README.md
@@ -36,18 +36,17 @@ Main Features
- Sub-menu support via the ``AddSubmenu`` decorator
- Unicode character support (*Python 3 only*)
- Good tab-completion of commands, sub-commands, file system paths, and shell commands
-- Python 2.7 and 3.4+ support
+- Python 3.4+ support
- Windows, macOS, and Linux support
- Trivial to provide built-in help for all commands
- Built-in regression testing framework for your applications (transcript-based testing)
- Transcripts for use with built-in regression can be automatically generated from `history -t`
-Plan for dropping Python 2.7 support
-------------------------------------
-Support for Python 2.7 will be discontinued on April 15, 2018. After that date, new releases of `cmd2` will only support
-Python 3. Older releases of `cmd2` will of course continue to support Python 2.7.
+Python 2.7 support is EOL
+-------------------------
+Support for adding new features to the Python 2.7 release of ``cmd2`` was discontinued on April 15, 2018. Bug fixes will be supported for Python 2.7 via 0.8.x until August 31, 2018.
-Supporting Python 2 is an increasing burden on our limited resources. Switching to support only Python 3 will allow
+Supporting Python 2 was an increasing burden on our limited resources. Switching to support only Python 3 will allow
us to clean up the codebase, remove some cruft, and focus on developing new features.
Installation