Updated Branches: refs/heads/trunk d3b55e77d -> 3c3804ba8
Update setup.py and indicate it runs on Python 3.3. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3c3804ba Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3c3804ba Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3c3804ba Branch: refs/heads/trunk Commit: 3c3804ba8115006f98caec42ba5af8539f181eac Parents: d3b55e7 Author: Tomaz Muraus <[email protected]> Authored: Sun Aug 18 00:08:12 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun Aug 18 00:08:12 2013 +0200 ---------------------------------------------------------------------- setup.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3c3804ba/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 1ed4ebd..8fb78c3 100644 --- a/setup.py +++ b/setup.py @@ -267,4 +267,5 @@ setup( 'Programming Language :: Python :: 3.0', 'Programming Language :: Python :: 3.1', 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: Implementation :: PyPy'])
