douban / pymesos

A pure python implementation of Mesos scheduler and executor
BSD 3-Clause "New" or "Revised" License
163 stars 88 forks source link

python version, is python2 and python3 compatible? #72

Closed sharego closed 7 years ago

sharego commented 7 years ago

As title

windreamer commented 7 years ago

pymesos should be compatible with CPython2.7, CPython3.5 & PyPy cf: https://github.com/douban/pymesos/blob/master/.travis.yml#L11

sharego commented 7 years ago

Ok thank you :+1: i will try cpython3.5 :star: