diff --git a/README.rst b/README.rst index c1eed117..e5722d67 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Simple Salesforce :target: http://simple-salesforce.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -Simple Salesforce is a basic Salesforce.com REST API client built for Python 2.6, 2.7, 3.3 and 3.4. The goal is to provide a very low-level interface to the REST Resource and APEX API, returning a dictionary of the API JSON response. +Simple Salesforce is a basic Salesforce.com REST API client built for Python 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6. The goal is to provide a very low-level interface to the REST Resource and APEX API, returning a dictionary of the API JSON response. You can find out more regarding the format of the results in the `Official Salesforce.com REST API Documentation`_ diff --git a/docs/index.rst b/docs/index.rst index 598e5e38..4942a043 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ Welcome to simple-salesforce's documentation! ============================================= -Simple Salesforce is a basic Salesforce.com REST API client built for Python 2.6, 2.7, 3.3 and 3.4. The goal is to provide a very low-level interface to the REST Resource and APEX API, returning a dictionary of the API JSON response. +Simple Salesforce is a basic Salesforce.com REST API client built for Python 2.6, 2.7, 3.3, 3.4, 3.5 and 3.6. The goal is to provide a very low-level interface to the REST Resource and APEX API, returning a dictionary of the API JSON response. You can find out more regarding the format of the results in the `Official Salesforce.com REST API Documentation`_ diff --git a/setup.py b/setup.py index 889861e0..d9d4b483 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,8 @@ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: Implementation :: PyPy' ] )