Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel and Windows wheel #8386

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ if(MSVC AND ARROW_USE_STATIC_CRT)
set(Boost_USE_STATIC_RUNTIME ON)
endif()
set(Boost_ADDITIONAL_VERSIONS
"1.74.0"
"1.74"
"1.73.0"
"1.73"
"1.72.0"
Expand Down
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ IMPORT_TESTS
}

test_linux_wheels() {
local py_arches="3.5m 3.6m 3.7m 3.8"
local py_arches="3.5m 3.6m 3.7m 3.8 3.9"
local manylinuxes="1 2010 2014"

for py_arch in ${py_arches}; do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_sdk_cpp:
- 1.8.54
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7.5'
- '7'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -23,23 +23,23 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7.5'
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
gflags:
- '2.2'
glog:
- 0.4.0
grpc_cpp:
- '1.30'
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.16'
orc:
- 1.6.4
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
Expand All @@ -55,11 +55,16 @@ pin_run_as_build:
python:
- 3.6.* *_cpython
re2:
- 2020.08.01
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - numpy
- python
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_sdk_cpp:
- 1.8.54
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7.5'
- '7'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -23,23 +23,23 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7.5'
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
gflags:
- '2.2'
glog:
- 0.4.0
grpc_cpp:
- '1.30'
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.16'
orc:
- 1.6.4
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
Expand All @@ -55,11 +55,16 @@ pin_run_as_build:
python:
- 3.7.* *_cpython
re2:
- 2020.08.01
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - numpy
- python
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_sdk_cpp:
- 1.8.54
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7.5'
- '7'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -23,23 +23,23 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7.5'
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
gflags:
- '2.2'
glog:
- 0.4.0
grpc_cpp:
- '1.30'
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.16'
orc:
- 1.6.4
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
Expand All @@ -55,11 +55,16 @@ pin_run_as_build:
python:
- 3.8.* *_cpython
re2:
- 2020.08.01
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - numpy
- python
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_sdk_cpp:
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
gflags:
- '2.2'
glog:
- 0.4.0
grpc_cpp:
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.19'
orc:
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
bzip2:
max_pin: x
lz4-c:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.9.* *_cpython
re2:
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - numpy
- python
zlib:
- '1.2'
zstd:
- '1.4'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_sdk_cpp:
- 1.8.54
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
Expand Down Expand Up @@ -27,15 +27,15 @@ gflags:
glog:
- 0.4.0
grpc_cpp:
- '1.30'
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.16'
orc:
- 1.6.4
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
Expand All @@ -51,14 +51,18 @@ pin_run_as_build:
python:
- 3.6.* *_cpython
re2:
- 2020.08.01
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- docker_image
- - numpy
- python
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_sdk_cpp:
- 1.8.54
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
Expand Down Expand Up @@ -27,15 +27,15 @@ gflags:
glog:
- 0.4.0
grpc_cpp:
- '1.30'
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.16'
orc:
- 1.6.4
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
Expand All @@ -51,14 +51,18 @@ pin_run_as_build:
python:
- 3.7.* *_cpython
re2:
- 2020.08.01
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- docker_image
- - numpy
- python
zlib:
- '1.2'
zstd:
Expand Down
Loading