Skip to content

Commit

Permalink
Drop osx-64 py37 build (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak authored Jan 9, 2024
1 parent 0234b10 commit d0dc8cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
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

0 comments on commit d0dc8cb

Please sign in to comment.