Skip to content

Commit 63e904e

Browse files
author
Steven Silvester
authored
Merge pull request #783 from emuccino/master
Add python version classifiers
2 parents d6e890d + 904ec5a commit 63e904e

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)