abs-tudelft / fletcher

Fletcher: A framework to integrate FPGA accelerators with Apache Arrow
https://abs-tudelft.github.io/fletcher/
Apache License 2.0
217 stars 31 forks source link

Add Python 3.8 support and manylinux2014 wheels #211

Closed mbrobbel closed 4 years ago

mbrobbel commented 4 years ago

Python 3.8 was released on Oct 14, 2019. This update adds wheels for this new version and also adds wheels for the updated manylinux2014 standard.

This results in longer runtimes for CI, so maybe I want to split these jobs or reduce the number of wheels. I also want to see if we can add builds for ppc64le wheels.

mbrobbel commented 4 years ago

This change is now part of #223.