diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-14 20:40:49 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-14 20:40:49 -0400 |
commit | 0598412960afcbd5fbe42d6cf100b7af658cd959 (patch) | |
tree | db3b490fa05ef029012c02aa11a061b2634f1063 /docs/index.rst | |
parent | ddd07f9cd6d72baca1232ae98856cf3b3d564706 (diff) | |
download | cmd2-git-0598412960afcbd5fbe42d6cf100b7af658cd959.tar.gz |
Deprecate support for Python 3.4 and begin testing with Python 3.8 beta
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 31bb4771..5f9c4c3d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -73,7 +73,7 @@ Contents: Compatibility ============= -Tested and working with Python 3.4+ on Windows, macOS, and Linux. +Tested and working with Python 3.5+ on Windows, macOS, and Linux. Index ===== |