You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/12/27 20:30:29 UTC

libcloud git commit: add python 3.6 to package support

Repository: libcloud
Updated Branches:
  refs/heads/trunk b0f57a690 -> 4ec92c2bb


add python 3.6 to package support


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4ec92c2b
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4ec92c2b
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4ec92c2b

Branch: refs/heads/trunk
Commit: 4ec92c2bb68c29b04fa0da9195a4b3ed5fac8324
Parents: b0f57a6
Author: Anthony Shaw <an...@apache.org>
Authored: Wed Dec 28 07:30:22 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Dec 28 07:30:22 2016 +1100

----------------------------------------------------------------------
 setup.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/4ec92c2b/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 5569b4c..c778cce 100644
--- a/setup.py
+++ b/setup.py
@@ -302,6 +302,7 @@ setup(
         'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy']
     )