Skip to content

Commit 785e3c4

Browse files
committed
Add trove classifier for Python 3.8 support
Python 3.8 was released October 14th, 2019.
1 parent c7c44d9 commit 785e3c4

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
@@ -42,6 +42,7 @@ def readall(path):
4242
"Programming Language :: Python :: 3.5",
4343
"Programming Language :: Python :: 3.6",
4444
"Programming Language :: Python :: 3.7",
45+
"Programming Language :: Python :: 3.8",
4546
"Topic :: Software Development :: Libraries :: Python Modules",
4647
],
4748
)

0 commit comments

Comments
 (0)