Skip to content

Commit 8fda488

Browse files
committed
Add Python 3.7, 3.8, and 3.9 to setup classifiers
1 parent 95431a2 commit 8fda488

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
@@ -41,6 +41,9 @@
4141
"Programming Language :: Python :: 3.4",
4242
"Programming Language :: Python :: 3.5",
4343
"Programming Language :: Python :: 3.6",
44+
"Programming Language :: Python :: 3.7",
45+
"Programming Language :: Python :: 3.8",
46+
"Programming Language :: Python :: 3.9",
4447
"Programming Language :: Python :: 3 :: Only",
4548
],
4649
long_description=long_description,

0 commit comments

Comments
 (0)