Skip to content

Commit b706f69

Browse files
cclaussjonathanslenders
authored andcommitted
setup.py: Add trove classifier for Python 3.9
Add support for Python 3.9 to https://pypi.org/project/prompt-toolkit/ Tests have been passing on Python 3.9 https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/.github/workflows/test.yaml#L13
1 parent a30dc01 commit b706f69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def get_version(package):
5050
"Programming Language :: Python :: 3.6",
5151
"Programming Language :: Python :: 3.7",
5252
"Programming Language :: Python :: 3.8",
53+
"Programming Language :: Python :: 3.9",
5354
"Programming Language :: Python :: 3 :: Only",
5455
"Programming Language :: Python",
5556
"Topic :: Software Development",

0 commit comments

Comments
 (0)