Skip to content

Commit 3992742

Browse files
author
Hugo Osvaldo Barrera
committed
Add classifiers for Python 3.7 and 3.8
1 parent be59ba5 commit 3992742

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ def run(self):
8989
'Programming Language :: Python :: 3',
9090
'Programming Language :: Python :: 3.5',
9191
'Programming Language :: Python :: 3.6',
92+
'Programming Language :: Python :: 3.7',
93+
'Programming Language :: Python :: 3.8',
9294
'Topic :: Internet',
9395
'Topic :: Utilities',
9496
],

0 commit comments

Comments
 (0)