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

Bump build number to build with recent dependencies #23

Merged
merged 2 commits into from
Oct 26, 2022
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: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.21'
- '1.19'
- '1.19'
- '1.19'
- '1.19'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -28,8 +26,6 @@ pybind11_abi:
- '4'
python:
- 3.10.* *_cpython
- 3.7.* *_73_pypy
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
Expand Down
8 changes: 2 additions & 6 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-aarch64
numpy:
- '1.21'
- '1.19'
- '1.19'
- '1.19'
- '1.19'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -32,8 +30,6 @@ pybind11_abi:
- '4'
python:
- 3.10.* *_cpython
- 3.7.* *_73_pypy
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
Expand Down
8 changes: 2 additions & 6 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
numpy:
- '1.21'
- '1.19'
- '1.19'
- '1.19'
- '1.19'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -28,8 +26,6 @@ pybind11_abi:
- '4'
python:
- 3.10.* *_cpython
- 3.7.* *_73_pypy
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
Expand Down
30 changes: 0 additions & 30 deletions .ci_support/migrations/pypy37.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .ci_support/migrations/python310.yaml

This file was deleted.

12 changes: 4 additions & 8 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,21 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '13'
- '14'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '13'
- '14'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.21'
- '1.19'
- '1.19'
- '1.19'
- '1.19'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -28,8 +26,6 @@ pybind11_abi:
- '4'
python:
- 3.10.* *_cpython
- 3.7.* *_73_pypy
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
Expand Down
6 changes: 2 additions & 4 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ cxx_compiler:
- vs2019
numpy:
- '1.21'
- '1.19'
- '1.19'
- '1.19'
- '1.20'
- '1.20'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -19,7 +18,6 @@ pybind11_abi:
- '4'
python:
- 3.10.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
- 248.patch

build:
number: 8
number: 9

outputs:
- name: manif
Expand Down