setup.py: Claim conformance with Python 3.4 through 3.6
[pyassuan.git] / setup.py
index 183c0ac845615e8fc236d8a4eca6c49734451ca4..bbe28df795038de198517603d6f02c115a70b48d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,9 @@ _setup(
         'License :: OSI Approved :: GNU General Public License (GPL)',
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
         'Topic :: Security :: Cryptography',
         'Topic :: Software Development'
         ],