Add python3.9 to test and classifier lists

This commit is contained in:
2020-11-26 12:54:14 -05:00
parent add4ec62eb
commit eebd16383d
2 changed files with 3 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
]