From 6df9778c39c31dc9b7d570b94f9758bd8d2ebf87 Mon Sep 17 00:00:00 2001 From: Shawn Hartsock Date: Wed, 30 Jul 2014 16:55:24 -0400 Subject: [PATCH] Update README.md - supported python versions Python language support documentation: pyVmomi 5.5.0_2014.1 and above supports Python 2.6, 2.7, 3.3 and 3.4 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11573e77c..f8948594d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ http://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.wssdk.apiref.doc/right-pa Python Support ============== -pyVmomi currently supports Python 2.6 and 2.7; support for Python 3.x is currently in progress. +* pyVmomi 5.5.0_2014.1 and above supports Python 2.6, 2.7, 3.3 and 3.4 +* pyVmomi 5.5.0 and below supports Python 2.6 and 2.7 Releases ========