Skip to content

Commit beadd89

Browse files
committed
Reformatted notice of plan to drop support for Python 2.7
1 parent 5467afd commit beadd89

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ Main Features
3838
- Built-in regression testing framework for your applications (transcript-based testing)
3939
- Transcripts for use with built-in regression can be automatically generated from `history -t`
4040

41-
<aside class="notice">
42-
**Support for Python 2.7 will be discontinued on Aug 31, 2018**. The use of **Python 3** is *highly*
43-
preferred over Python 2. Consider upgrading your applications and infrastructure if you find
44-
yourself still using Python 2 in production today.
45-
</aside>
41+
Plan for dropping Python 2.7 support
42+
------------------------------------
43+
Support for Python 2.7 will be discontinued on Aug 31, 2018. After that date, new releases of `cmd2` will only support
44+
Python 3. Older releases of `cmd2` will of course continue to support Python 2.7.
45+
46+
Supporting Python 2 is an increasing burden on our limited resources. Switching to support only Python 3 will allow
47+
us to clean up the codebase, remove some cruft, and focus on developing new features.
4648

4749
Installation
4850
------------

0 commit comments

Comments
 (0)