File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 55 * Added function to truncate a single line to fit within a given display width. ` cmd2.utils.truncate_line `
66 supports characters with display widths greater than 1 and ANSI style sequences.
77 * Added line truncation support to ` cmd2.utils ` text alignment functions.
8+ * Added support for Python 3.9 alpha
89
910## 0.9.23 (January 9, 2020)
1011* Bug Fixes
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ verify_ssl = true
77attrs = " >=16.3.0"
88colorama = " >=0.3.7"
99pyperclip = " >=1.6"
10+ setuptools = " >=34.4"
1011wcwidth = " >=0.1.7"
1112
1213[dev-packages ]
Original file line number Diff line number Diff line change 2525Programming Language :: Python :: 3.6
2626Programming Language :: Python :: 3.7
2727Programming Language :: Python :: 3.8
28+ Programming Language :: Python :: 3.9
2829Programming Language :: Python :: Implementation :: CPython
2930Topic :: Software Development :: Libraries :: Python Modules
3031""" .splitlines ()))) # noqa: E128
You can’t perform that action at this time.
0 commit comments