bxlab / bx-python

Tools for manipulating biological data, particularly multiple sequence alignments
MIT License
148 stars 54 forks source link

Wheel for Python 3.8 #51

Closed sebastiencdj closed 4 years ago

sebastiencdj commented 5 years ago

Hello,

Could it be possible to have a wheel for python 3.8?

Thanks!

nsoranzo commented 5 years ago

Thanks for the suggestion! Wheels are built on Travis CI with cibuildwheel, which is still adding support for Python 3.8: https://github.com/joerick/cibuildwheel/issues/170 . We'll release 3.8 wheels as soon as that is available.

nsoranzo commented 4 years ago

I've just released v0.8.6 with wheels for Python 2.7, 3.5, 3.6, 3.7 and 3.8.