Skip to content

Commit 21f5a45

Browse files
authored
Merge pull request #1290 from jdufresne/py38
Add trove classifier for Python 3.8 support
2 parents c7c44d9 + 785e3c4 commit 21f5a45

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)