Python 3.7 is out now, and so it would be great to support it.
After adding the new deadsnakes ppa I submitted in #150 I discovered that we need to run the tests on Xenial for Python 3.7 to work. See travis-ci/travis-ci#9069 (comment)
As a user (but not developer) of pyflame this is basically as far as I've got. I tried catching Python 3.7 and applying the 3.6 ABI but that's just guess work.
Currently:
18 failed, 19 passed
Hopefully someone with some pyflame dev experience can have a go at getting it working :-)
See:
Python 3.7 is out now, and so it would be great to support it.
After adding the new deadsnakes ppa I submitted in #150 I discovered that we need to run the tests on Xenial for Python 3.7 to work. See travis-ci/travis-ci#9069 (comment)
As a user (but not developer) of pyflame this is basically as far as I've got. I tried catching Python 3.7 and applying the 3.6 ABI but that's just guess work.
Currently:
Hopefully someone with some pyflame dev experience can have a go at getting it working :-)
See: