Skip to content

Commit 475f025

Browse files
authored
Organize keys in conda_build_config.yaml
1 parent 37ffa1a commit 475f025

1 file changed

Lines changed: 19 additions & 11 deletions

File tree

recipe/conda_build_config.yaml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
1+
MACOSX_SDK_VERSION: # [osx and x86_64]
2+
- 11.0 # [osx and x86_64]
3+
4+
# Override Python `zip_keys`
15
python:
26
- 3.13
3-
python_impl:
4-
- cpython
57
numpy:
68
- 1.16
7-
MACOSX_SDK_VERSION: # [osx and x86_64]
8-
- 11.0 # [osx and x86_64]
9+
python_impl:
10+
- cpython
11+
is_python_min:
12+
- no
13+
14+
# Whether to build free-threaded Python (3.13+)
15+
freethreading:
16+
- yes
17+
- no
18+
19+
# Use Python RC components in build
20+
channel_sources:
21+
- conda-forge/label/python_rc,conda-forge
22+
23+
# Configuration for debug and release builds
924
build_type:
1025
- release
1126
- debug # [not win]
12-
channel_sources:
13-
- conda-forge/label/python_rc,conda-forge
1427
channel_targets:
1528
- conda-forge main
1629
- conda-forge python_debug # [not win]
17-
is_python_min:
18-
- no
19-
freethreading:
20-
- yes
21-
- no
2230
zip_keys:
2331
- build_type
2432
- channel_targets

0 commit comments

Comments
 (0)