Note explicit support for Python 3.5

This commit is contained in:
Felix Yan
2016-12-22 16:16:29 +08:00
parent be868bd6c5
commit 3ae55f0fd7
+2
View File
@@ -88,6 +88,8 @@ if __name__ == "__main__":
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Software Development",
],
test_suite="github.tests.AllTests",