Skip to content

Commit 30e3b99

Browse files
committed
also add py3.8 to setup.py
just so that we don't forget about it
1 parent a78de00 commit 30e3b99

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
@@ -38,6 +38,7 @@
3838
"Programming Language :: Python :: 3.5",
3939
"Programming Language :: Python :: 3.6",
4040
"Programming Language :: Python :: 3.7",
41+
"Programming Language :: Python :: 3.8",
4142
],
4243
install_requires=['six'],
4344
)

0 commit comments

Comments
 (0)