diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-11 21:11:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-11 21:11:47 -0700 |
commit | c1d3d467247fc06efebfd5eab7da78215660003a (patch) | |
tree | 62e629aa06ee8e7ea404251020a5c592f9b80301 | |
parent | f2ade23f8a326ff67cbb86a6d2fdd555e3f992e4 (diff) | |
parent | ddad9ebf9bc4f8158536719e9a4b8ca2e6753e51 (diff) | |
download | cmd2-git-c1d3d467247fc06efebfd5eab7da78215660003a.tar.gz |
Merge branch 'master' into delete_optparse
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Main Features 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 +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. Supporting Python 2 is an increasing burden on our limited resources. Switching to support only Python 3 will allow |