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

Drop osx-64 py37 build to reveal AWS error #108

Merged
merged 1 commit into from
Jan 9, 2024
Merged
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: 0 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.22'
- '1.21'
- '1.22'
- '1.22'
pin_run_as_build:
Expand All @@ -32,7 +31,6 @@ pyarrow:
- 11.*
python:
- 3.10.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ channel_sources:
channel_targets:
- tiledb main
numpy:
- 1.21 # [not (osx and arm64) and not win]
- 1.21 # [linux]
- 1.22
- 1.22
- 1.22
python:
- 3.7.* *_cpython # [not (osx and arm64) and not win]
- 3.7.* *_cpython # [linux]
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
python_impl:
- cpython # [not (osx and arm64) and not win]
- cpython # [linux]
- cpython
- cpython
- cpython
Expand Down
Loading