Skip to content

Commit 904ec5a

Browse files
authored
Add python version classifiers
Expand classifiers list to specify capability with python versions 3.7, 3.8, and 3.9
1 parent d6e890d commit 904ec5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ def run(self):
8989
'License :: OSI Approved :: BSD License',
9090
'Programming Language :: Python',
9191
'Programming Language :: Python :: 3',
92+
'Programming Language :: Python :: 3.7',
93+
'Programming Language :: Python :: 3.8',
94+
'Programming Language :: Python :: 3.9'
9295
],
9396
)
9497

0 commit comments

Comments
 (0)