# HG changeset patch # User Peter Sanchez # Date 1540929708 25200 # Tue Oct 30 13:01:48 2018 -0700 # Node ID 426842ddeef97d6d2c66ee8eded1275ba48e5caa # Parent a94b39bff9da42219ee0789960b52a89b72ee9ee Updated to include Python 3.6 diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ 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:** diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ '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', ],