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

ENH looser ABI compat for pybind11 #79

Closed
wants to merge 17 commits 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
40 changes: 4 additions & 36 deletions .azure-pipelines/azure-pipelines-linux.yml

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

26 changes: 4 additions & 22 deletions .azure-pipelines/azure-pipelines-osx.yml

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

19 changes: 3 additions & 16 deletions .azure-pipelines/azure-pipelines-win.yml

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

7 changes: 6 additions & 1 deletion .ci_support/README

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

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
pin_run_as_build:
Expand All @@ -20,5 +20,9 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.7.* *_73_pypy
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- linux-aarch64
24 changes: 0 additions & 24 deletions .ci_support/linux_aarch64_python3.7.____73_pypy.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .ci_support/linux_aarch64_python3.7.____cpython.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .ci_support/linux_aarch64_python3.8.____cpython.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .ci_support/linux_aarch64_python3.9.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
pin_run_as_build:
Expand All @@ -16,5 +16,9 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.7.* *_73_pypy
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- linux-ppc64le
20 changes: 0 additions & 20 deletions .ci_support/linux_ppc64le_python3.7.____73_pypy.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .ci_support/linux_ppc64le_python3.7.____cpython.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .ci_support/linux_ppc64le_python3.8.____cpython.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .ci_support/linux_ppc64le_python3.9.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
- '12'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
Expand All @@ -16,5 +16,9 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.7.* *_73_pypy
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- osx-64
20 changes: 0 additions & 20 deletions .ci_support/osx_64_python3.7.____73_pypy.yaml

This file was deleted.

Loading