Documented support for Python 3.6, and added warning about Python 2.7

This commit is contained in:
2017-03-07 14:42:53 +01:00
parent d3648ae3d0
commit 1d2bb4ef8f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Pillar Python REST SDK
Integrate this module in your Python app to communicate with an Pillar server.
Integrate this module in your Python app to communicate with a Pillar server.
Supports Python 3.5 and 3.6. Currently also supports Python 2.7, but support
will be ending soon.
## Caching

View File

@@ -28,6 +28,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules'
],
keywords=['pillar', 'rest', 'sdk', 'tracking', 'film', 'production']