Update list of supported python versions

This commit is contained in:
Andrew Ekstedt 2021-03-20 01:16:04 -07:00
parent f244234248
commit 3eb213aab4
1 changed files with 3 additions and 1 deletions

View File

@ -22,8 +22,10 @@ setup(
},
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
)