Skip to content
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
60 changes: 0 additions & 60 deletions .azure-pipelines/azure-pipelines-linux.yml

This file was deleted.

44 changes: 44 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

17 changes: 3 additions & 14 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
is_abi3:
- true
is_python_min:
- true
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -28,4 +32,4 @@ zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
- is_python_min
31 changes: 0 additions & 31 deletions .ci_support/linux_64_python3.14.____cp314.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,21 @@ cxx_compiler:
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-aarch64:alma9
is_abi3:
- true
is_python_min:
- true
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.13.* *_cp313
- 3.10.* *_cpython
target_platform:
- linux-64
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
- is_python_min
Original file line number Diff line number Diff line change
@@ -1,31 +1,39 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_compiler:
- gcc
- clang
c_compiler_version:
- '14'
- '19'
c_stdlib:
- sysroot
- macosx_deployment_target
c_stdlib_version:
- '2.17'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
- clangxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- '19'
is_abi3:
- true
is_python_min:
- true
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
- 3.10.* *_cpython
target_platform:
- linux-64
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
- is_python_min
Original file line number Diff line number Diff line change
@@ -1,31 +1,39 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_compiler:
- gcc
- clang
c_compiler_version:
- '14'
- '19'
c_stdlib:
- sysroot
- macosx_deployment_target
c_stdlib_version:
- '2.17'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
- clangxx
cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- '19'
is_abi3:
- true
is_python_min:
- true
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.10.* *_cpython
target_platform:
- linux-64
- osx-arm64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
- is_python_min
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ channel_targets:
- conda-forge main
cxx_compiler:
- vs2022
is_abi3:
- true
is_python_min:
- true
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -18,4 +22,4 @@ target_platform:
- win-64
zip_keys:
- - python
- channel_sources
- is_python_min
21 changes: 0 additions & 21 deletions .ci_support/win_64_python3.11.____cpython.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .ci_support/win_64_python3.12.____cpython.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .ci_support/win_64_python3.13.____cp313.yaml

This file was deleted.

Loading