setup.py: Claim conformance with Python 3.4 through 3.6
authorW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2018 21:10:39 +0000 (14:10 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2018 21:10:50 +0000 (14:10 -0700)
The tests pass on all of these anyway, and I've been running it on
Python 3.4 for a while now.

README
setup.py

diff --git a/README b/README
index 613c90c0c1e95b72c2102f6ac6e74c476a280742..dbefa15720a48400901437fa79465f2bf225779a 100644 (file)
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ Dependencies
 ------------
 
 ``pyassuan`` is a simple package with no external dependencies outside
-the Python 3.3 standard library.
+the Python 3.3+ standard library.
 
 Installing by hand
 ------------------
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'
         ],