Updated to include Python 3.6
2 files changed, 2 insertions(+), 1 deletions(-)

M README.rst
M setup.py
M README.rst +1 -1
@@ 11,7 11,7 @@ sendypy |nlshield|
 Dependencies
 ============
 
-* It was written for Python 2.7+ and Python 3.7+
+* It was written for Python 2.7+ and Python 3.6+
 * Depends on the requests module
 
 **NOTE:**

          
M setup.py +1 -0
@@ 26,6 26,7 @@ setup(
         'Operating System :: OS Independent',
         'Programming Language :: Python',
         'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
         'Environment :: Web Environment',
     ],