Commits

Sutou Kouhei authored 6c6754aa5fb
ARROW-6920: [Packaging] Build python 3.8 wheels adds python3.8 wheels as far as I can tell python3.8 isn't available for Conda yet (https://github.com/conda-forge/python-feedstock/pull/274), so that's will have to be added later Closes #5685 from sjhewitt/arrow-6920 and squashes the following commits: feac49470 <Sutou Kouhei> Add a TODO comment 908a39648 <Sutou Kouhei> Check Docker version for debug 43833a3da <Sutou Kouhei> Add Python 3.8 support to package metadata f3f9bfad9 <Krisztián Szűcs> Install tensorflow for 32 bit unicode width py27 cd9ae83b1 <Sutou Kouhei> Install TensorFlow for Python 2.7 manually 5293f2bf7 <Sutou Kouhei> Pin base image and remove needless virtualenvs 344eecd71 <Sutou Kouhei> Use apache/arrow-dev again 99cad413d <Sutou Kouhei> Use the uploaded image f0c8e6927 <Sutou Kouhei> Link to libpython only on Windows 260fa7930 <Sutou Kouhei> Add a missing empty line 52761b413 <Sutou Kouhei> libpython.so may not exist 5e5977eb3 <Sutou Kouhei> Don't link to other Python libraries on non Windows e047d54d6 <Sutou Kouhei> Don't use local function 10dac6741 <Terence D. Honles> move plasma subprocesses to top level functions da300ac20 <Sutou Kouhei> Don't use TTY c4526d87f <Sutou Kouhei> Use more recent numpy 7ace0cb03 <Sutou Kouhei> Ensure using the latest image 655f88c45 <Sutou Kouhei> Use Azure Pipelines instead of Travis CI 2ef6213fc <Sutou Kouhei> Use "call conda.bat activate/deactivate" 1c8427ea4 <Sutou Kouhei> Use conda without call 99251eaba <Sutou Kouhei> Use "conda activate/deactivate" f403b6fe3 <Sutou Kouhei> Use the latest multibuild c81884017 <Sutou Kouhei> Remove m suffix e9f14087f <Sutou Kouhei> Set up Python 3.8 2ab67322b <Simon Hewitt> ARROW-6920: Build python 3.8 wheels Lead-authored-by: Sutou Kouhei <kou@clear-code.com> Co-authored-by: Terence D. Honles <terence@honles.com> Co-authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Co-authored-by: Simon Hewitt <si@sjhewitt.co.uk> Signed-off-by: Sutou Kouhei <kou@clear-code.com>