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 5
5
* Added function to truncate a single line to fit within a given display width. ` cmd2.utils.truncate_line `
6
6
supports characters with display widths greater than 1 and ANSI style sequences.
7
7
* Added line truncation support to ` cmd2.utils ` text alignment functions.
8
+ * Added support for Python 3.9 alpha
8
9
9
10
## 0.9.23 (January 9, 2020)
10
11
* Bug Fixes
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ verify_ssl = true
7
7
attrs = " >=16.3.0"
8
8
colorama = " >=0.3.7"
9
9
pyperclip = " >=1.6"
10
+ setuptools = " >=34.4"
10
11
wcwidth = " >=0.1.7"
11
12
12
13
[dev-packages ]
Original file line number Diff line number Diff line change 25
25
Programming Language :: Python :: 3.6
26
26
Programming Language :: Python :: 3.7
27
27
Programming Language :: Python :: 3.8
28
+ Programming Language :: Python :: 3.9
28
29
Programming Language :: Python :: Implementation :: CPython
29
30
Topic :: Software Development :: Libraries :: Python Modules
30
31
""" .splitlines ()))) # noqa: E128
You can’t perform that action at this time.
0 commit comments