vmprof / vmprof-python

vmprof - a statistical program profiler
https://vmprof.readthedocs.io
Other
433 stars 55 forks source link

BUG: fix version checking for PyPy 6.0.0 #171

Closed mattip closed 6 years ago

mattip commented 6 years ago

PyPy release 6.0.0 is in the air, but it fails to work with vmprof since the version checking is buggy

mattip commented 6 years ago

It would be nice if this made it into a release, the PyPy buildbots are installing vmprof-0.4.11 which still contains this bug

planrich commented 6 years ago

Actually I did. 6 days ago. https://travis-ci.org/vmprof/vmprof-python/jobs/362751149

Something is wrong with the docker build that creates the wheel.

UPDATE: seems like the 32bit intel docker build fails for some reason... still investigating

planrich commented 6 years ago

It worked. 0.4.12 is now out!