forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-10224: [Python] Add support for Python 3.9 except macOS wheel a…
…nd Windows wheel Adds support and testing for Python 3.9. I am looking for review as this change may have touched too many things, but I'm also looking to get the CI to test all the different environments. H/T: @kou, the documentation and apache#5685 for helping me get this off the ground. Closes apache#8386 from terencehonles/arrow-10224 Authored-by: Terence D. Honles <terence@honles.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
- Loading branch information
1 parent
300af19
commit a7abebc
Showing
38 changed files
with
552 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
dev/tasks/conda-recipes/.ci_support/linux_aarch64_python3.9.____cpython.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.