emmetio / pyv8-binaries

Archive of pre-compiled PyV8 binaries
713 stars 302 forks source link

Request: a build for Python 3.4.1 #11

Open dorfire opened 10 years ago

dorfire commented 10 years ago

Not for sublime text, but still very useful.

Sebl29 commented 9 years ago

+1, for a python 3.4.x build

On my Linux Mint 17 (LTS): $ python3 --version Python 3.4.0

malikoth commented 8 years ago

Would love a build for Python 3.5. Also, include this patch: https://github.com/buffer/thug/blob/master/patches/PyV8-patch1.diff

malikoth commented 8 years ago

@dorfire @Sebl29 In case you're still interested, I created a Docker image for building this for Linux against Python 3.5. https://hub.docker.com/r/malikoth/pyv8-python3/ It took a lot of work to figure out how to build that!