Skip to content

Commit 2673288

Browse files
committed
Fixed supported python versions
1 parent b62d4de commit 2673288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
"Operating System :: MacOS :: MacOS X",
1515
"Operating System :: POSIX",
1616
"Programming Language :: Python :: 3 :: Only",
17-
"Programming Language :: Python :: 3.5",
1817
"Programming Language :: Python :: 3.6",
1918
"Programming Language :: Python :: 3.7",
19+
"Programming Language :: Python :: 3.8",
20+
"Programming Language :: Python :: 3.9",
2021
"Development Status :: 5 - Production/Stable",
2122
],
2223
license="Apache License, Version 2.0",

0 commit comments

Comments
 (0)