Add Python 3.9 support

This commit is contained in:
Brian May
2020-12-28 11:01:07 +11:00
parent 8f0d3b0f8e
commit b8cd2fae40
4 changed files with 6 additions and 2 deletions

View File

@ -52,6 +52,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: System :: Networking",
],
scripts=['bin/sudoers-add'],