sbinet / go-python

naive go bindings to the CPython2 C-API
Other
1.52k stars 138 forks source link

any plan to support python3? #96

Open NickQian opened 4 years ago

NickQian commented 4 years ago

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.

JonathonReinhart commented 4 years ago

Duplicate of #93.