Skip to content

Commit cceff20

Browse files
committed
MNT: Re-rendered with conda-smithy 3.56.3 and conda-forge-pinning 2026.03.16.13.44.37
Other tools: - conda-build 26.1.0 - rattler-build 0.58.4 - rattler-build-conda-compat 1.4.11
1 parent 0d3e6ce commit cceff20

11 files changed

Lines changed: 44 additions & 27 deletions

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/osx_64_build_typedebugchannel_targetsconda-forge_python_dev_debugfreethreadingno.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
2-
- '10.13'
2+
- '11.0'
33
MACOSX_SDK_VERSION:
44
- '11.0'
55
build_type:
@@ -13,7 +13,7 @@ c_compiler_version:
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
16-
- '10.13'
16+
- '11.0'
1717
channel_sources:
1818
- conda-forge/label/python_rc,conda-forge
1919
channel_targets:

.ci_support/osx_64_build_typedebugchannel_targetsconda-forge_python_dev_debugfreethreadingyes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
2-
- '10.13'
2+
- '11.0'
33
MACOSX_SDK_VERSION:
44
- '11.0'
55
build_type:
@@ -13,7 +13,7 @@ c_compiler_version:
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
16-
- '10.13'
16+
- '11.0'
1717
channel_sources:
1818
- conda-forge/label/python_rc,conda-forge
1919
channel_targets:

.ci_support/osx_64_build_typereleasechannel_targetsconda-forge_python_devfreethreadingno.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
2-
- '10.13'
2+
- '11.0'
33
MACOSX_SDK_VERSION:
44
- '11.0'
55
build_type:
@@ -13,7 +13,7 @@ c_compiler_version:
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
16-
- '10.13'
16+
- '11.0'
1717
channel_sources:
1818
- conda-forge/label/python_rc,conda-forge
1919
channel_targets:

.ci_support/osx_64_build_typereleasechannel_targetsconda-forge_python_devfreethreadingyes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
2-
- '10.13'
2+
- '11.0'
33
MACOSX_SDK_VERSION:
44
- '11.0'
55
build_type:
@@ -13,7 +13,7 @@ c_compiler_version:
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
16-
- '10.13'
16+
- '11.0'
1717
channel_sources:
1818
- conda-forge/label/python_rc,conda-forge
1919
channel_targets:

.github/workflows/conda-build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file was generated automatically from conda-smithy. To update this configuration,
2+
# update the conda-forge.yml and/or the recipe/meta.yaml.
3+
# -*- mode: yaml -*-
4+
5+
name: Build conda package
6+
on:
7+
workflow_dispatch:
8+
9+
jobs:
10+
build:
11+
name: Disabled build
12+
runs-on: ubuntu-slim
13+
if: false
14+
steps:
15+
- run: exit 0

.scripts/build_steps.sh

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.txt

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)