Skip to content

Commit f12c9af

Browse files
MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.2, and conda-forge-pinning 2023.09.25.07.10.38
1 parent 61568b2 commit f12c9af

File tree

45 files changed

+367
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+367
-194
lines changed

.azure-pipelines/azure-pipelines-linux.yml

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

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

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

.azure-pipelines/azure-pipelines-win.yml

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

.ci_support/linux_64_python3.10.____cpython.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channel_targets:
77
cxx_compiler:
88
- gxx
99
cxx_compiler_version:
10-
- '10'
10+
- '12'
1111
docker_image:
1212
- quay.io/condaforge/linux-anvil-cos7-x86_64
1313
pin_run_as_build:
@@ -18,3 +18,6 @@ python:
1818
- 3.10.* *_cpython
1919
target_platform:
2020
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources

.ci_support/linux_64_python3.11.____cpython.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channel_targets:
77
cxx_compiler:
88
- gxx
99
cxx_compiler_version:
10-
- '10'
10+
- '12'
1111
docker_image:
1212
- quay.io/condaforge/linux-anvil-cos7-x86_64
1313
pin_run_as_build:
@@ -18,3 +18,6 @@ python:
1818
- 3.11.* *_cpython
1919
target_platform:
2020
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
cdt_name:
22
- cos6
33
channel_sources:
4-
- conda-forge
4+
- conda-forge/label/python_rc,conda-forge
55
channel_targets:
66
- conda-forge main
77
cxx_compiler:
88
- gxx
99
cxx_compiler_version:
10-
- '10'
10+
- '12'
1111
docker_image:
1212
- quay.io/condaforge/linux-anvil-cos7-x86_64
1313
pin_run_as_build:
1414
python:
1515
min_pin: x.x
1616
max_pin: x.x
1717
python:
18-
- 3.8.* *_73_pypy
18+
- 3.12.* *_cpython
1919
target_platform:
2020
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources

.ci_support/linux_64_python3.8.____cpython.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channel_targets:
77
cxx_compiler:
88
- gxx
99
cxx_compiler_version:
10-
- '10'
10+
- '12'
1111
docker_image:
1212
- quay.io/condaforge/linux-anvil-cos7-x86_64
1313
pin_run_as_build:
@@ -18,3 +18,6 @@ python:
1818
- 3.8.* *_cpython
1919
target_platform:
2020
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources

.ci_support/linux_64_python3.9.____73_pypy.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channel_targets:
77
cxx_compiler:
88
- gxx
99
cxx_compiler_version:
10-
- '10'
10+
- '12'
1111
docker_image:
1212
- quay.io/condaforge/linux-anvil-cos7-x86_64
1313
pin_run_as_build:
@@ -18,3 +18,6 @@ python:
1818
- 3.9.* *_73_pypy
1919
target_platform:
2020
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources

.ci_support/linux_64_python3.9.____cpython.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channel_targets:
77
cxx_compiler:
88
- gxx
99
cxx_compiler_version:
10-
- '10'
10+
- '12'
1111
docker_image:
1212
- quay.io/condaforge/linux-anvil-cos7-x86_64
1313
pin_run_as_build:
@@ -18,3 +18,6 @@ python:
1818
- 3.9.* *_cpython
1919
target_platform:
2020
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources

.ci_support/linux_aarch64_python3.10.____cpython.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ channel_targets:
1111
cxx_compiler:
1212
- gxx
1313
cxx_compiler_version:
14-
- '10'
14+
- '12'
1515
docker_image:
1616
- quay.io/condaforge/linux-anvil-cos7-x86_64
1717
pin_run_as_build:
@@ -22,3 +22,6 @@ python:
2222
- 3.10.* *_cpython
2323
target_platform:
2424
- linux-aarch64
25+
zip_keys:
26+
- - python
27+
- channel_sources

0 commit comments

Comments
 (0)