summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-31 20:33:04 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-31 20:33:04 -0500
commitbeadd894a6b3694379c541af35a5c2f52fce0e5a (patch)
tree0314537d1db92d4e7f65ae99cf22eea2af67d3ff
parent5467afd44f505402cda86e81fc2e75e8ab11057d (diff)
downloadcmd2-git-beadd894a6b3694379c541af35a5c2f52fce0e5a.tar.gz
Reformatted notice of plan to drop support for Python 2.7
-rwxr-xr-xREADME.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9a9dd08f..66361375 100755
--- a/README.md
+++ b/README.md
@@ -38,11 +38,13 @@ Main Features
- 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`
-<aside class="notice">
-**Support for Python 2.7 will be discontinued on Aug 31, 2018**. The use of **Python 3** is *highly*
-preferred over Python 2. Consider upgrading your applications and infrastructure if you find
-yourself still using Python 2 in production today.
-</aside>
+Plan for dropping Python 2.7 support
+------------------------------------
+Support for Python 2.7 will be discontinued on Aug 31, 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.
+
+Supporting Python 2 is 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
------------