Updated supported Python versions

* Drop 2.7
* Add 3.7 and 3.8
This commit is contained in:
Brian May
2020-05-21 07:18:40 +10:00
parent 6c21addde9
commit 9f27c1943b
5 changed files with 12 additions and 25 deletions

View File

@ -48,8 +48,10 @@ setup(
"License :: OSI Approved :: "
"GNU Lesser General Public License v2 or later (LGPLv2+)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: System :: Networking",
],
scripts=['bin/sudoers-add'],