Skip to content

Commit c4bb3c9

Browse files
python v3.12.4 (conda-forge#689)
automerged PR by conda-forge/automerge-action
2 parents 3732e62 + d879423 commit c4bb3c9

41 files changed

Lines changed: 96 additions & 75 deletions

File tree

Some content is hidden

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

.azure-pipelines/azure-pipelines-osx.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.

.ci_support/linux_64_build_typedebugchannel_targetsconda-forge_python_debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ zip_keys:
5656
- - c_stdlib_version
5757
- cdt_name
5858
zlib:
59-
- '1.2'
59+
- '1'

.ci_support/linux_64_build_typereleasechannel_targetsconda-forge_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ zip_keys:
5656
- - c_stdlib_version
5757
- cdt_name
5858
zlib:
59-
- '1.2'
59+
- '1'

.ci_support/linux_aarch64_build_typedebugchannel_targetsconda-forge_python_debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ zip_keys:
6060
- - c_stdlib_version
6161
- cdt_name
6262
zlib:
63-
- '1.2'
63+
- '1'

.ci_support/linux_aarch64_build_typereleasechannel_targetsconda-forge_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ zip_keys:
6060
- - c_stdlib_version
6161
- cdt_name
6262
zlib:
63-
- '1.2'
63+
- '1'

.ci_support/linux_ppc64le_build_typedebugchannel_targetsconda-forge_python_debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ zip_keys:
5454
- - c_stdlib_version
5555
- cdt_name
5656
zlib:
57-
- '1.2'
57+
- '1'

.ci_support/linux_ppc64le_build_typereleasechannel_targetsconda-forge_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ zip_keys:
5454
- - c_stdlib_version
5555
- cdt_name
5656
zlib:
57-
- '1.2'
57+
- '1'

.ci_support/osx_64_build_typedebugchannel_targetsconda-forge_python_debug.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
2-
- '10.9'
2+
- '10.13'
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.9'
16+
- '10.13'
1717
channel_sources:
1818
- conda-forge
1919
channel_targets:
@@ -54,4 +54,4 @@ zip_keys:
5454
- - c_compiler_version
5555
- cxx_compiler_version
5656
zlib:
57-
- '1.2'
57+
- '1'

.ci_support/osx_64_build_typereleasechannel_targetsconda-forge_main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
2-
- '10.9'
2+
- '10.13'
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.9'
16+
- '10.13'
1717
channel_sources:
1818
- conda-forge
1919
channel_targets:
@@ -54,4 +54,4 @@ zip_keys:
5454
- - c_compiler_version
5555
- cxx_compiler_version
5656
zlib:
57-
- '1.2'
57+
- '1'

.ci_support/osx_arm64_build_typedebugchannel_targetsconda-forge_python_debug.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '11.0'
3+
MACOSX_SDK_VERSION:
4+
- '11.0'
35
build_type:
46
- debug
57
bzip2:
@@ -52,4 +54,4 @@ zip_keys:
5254
- - c_compiler_version
5355
- cxx_compiler_version
5456
zlib:
55-
- '1.2'
57+
- '1'

0 commit comments

Comments
 (0)