go-python icon indicating copy to clipboard operation
go-python copied to clipboard

any plan to support python3?

Open NickQian opened this issue 6 years ago • 1 comments

I'm using an api interface(python) which requires at least python 3.6. I need this api for my project(I cannot use older version because i need some updated functions in current version). I changed this line: //#cgo pkg-config: python-2.7
to //#cgo pkg-config: python-3.7 but go build reports a lot of errors. is there any plan to upgrade it to python3? this will keep this program popular/alive.

NickQian avatar Sep 12 '19 09:09 NickQian

Duplicate of #93.

JonathonReinhart avatar Oct 24 '19 10:10 JonathonReinhart