Skip to content

Commit 30e9ca5

Browse files
committed
Update CHANGELOG and setup.py
1 parent 01449e6 commit 30e9ca5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ verify_ssl = true
77
attrs = ">=16.3.0"
88
colorama = ">=0.3.7"
99
pyperclip = ">=1.6"
10+
setuptools = ">=34.4"
1011
wcwidth = ">=0.1.7"
1112

1213
[dev-packages]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
Programming Language :: Python :: 3.6
2626
Programming Language :: Python :: 3.7
2727
Programming Language :: Python :: 3.8
28+
Programming Language :: Python :: 3.9
2829
Programming Language :: Python :: Implementation :: CPython
2930
Topic :: Software Development :: Libraries :: Python Modules
3031
""".splitlines()))) # noqa: E128

0 commit comments

Comments
 (0)