From c78e0e1a64c2442284a5d74088819d3ca7fd1499 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Fri, 24 Jul 2015 17:17:18 +0200 Subject: [PATCH] doc: point out we only support python-2 for now --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ed7935..f15df77 100644 --- a/README.md +++ b/README.md @@ -122,3 +122,4 @@ ok github.com/go-python/gopy 2.135s - wrap `go` structs into `python` classes - better pythonization: turn `go` `errors` into `python` exceptions +- only `python-2` supported for now