Skip to content

Commit 7c96871

Browse files
undo rerender
1 parent f94700c commit 7c96871

13 files changed

Lines changed: 61 additions & 77 deletions

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

Lines changed: 17 additions & 3 deletions
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_debugfreethreadingno.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bzip2:
99
c_compiler:
1010
- clang
1111
c_compiler_version:
12-
- '18'
12+
- '17'
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
@@ -21,7 +21,7 @@ channel_targets:
2121
cxx_compiler:
2222
- clangxx
2323
cxx_compiler_version:
24-
- '18'
24+
- '17'
2525
expat:
2626
- '2'
2727
freethreading:

.ci_support/osx_64_build_typedebugchannel_targetsconda-forge_python_debugfreethreadingyes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bzip2:
99
c_compiler:
1010
- clang
1111
c_compiler_version:
12-
- '18'
12+
- '17'
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
@@ -21,7 +21,7 @@ channel_targets:
2121
cxx_compiler:
2222
- clangxx
2323
cxx_compiler_version:
24-
- '18'
24+
- '17'
2525
expat:
2626
- '2'
2727
freethreading:

.ci_support/osx_64_build_typereleasechannel_targetsconda-forge_mainfreethreadingno.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bzip2:
99
c_compiler:
1010
- clang
1111
c_compiler_version:
12-
- '18'
12+
- '17'
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
@@ -21,7 +21,7 @@ channel_targets:
2121
cxx_compiler:
2222
- clangxx
2323
cxx_compiler_version:
24-
- '18'
24+
- '17'
2525
expat:
2626
- '2'
2727
freethreading:

.ci_support/osx_64_build_typereleasechannel_targetsconda-forge_mainfreethreadingyes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bzip2:
99
c_compiler:
1010
- clang
1111
c_compiler_version:
12-
- '18'
12+
- '17'
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
@@ -21,7 +21,7 @@ channel_targets:
2121
cxx_compiler:
2222
- clangxx
2323
cxx_compiler_version:
24-
- '18'
24+
- '17'
2525
expat:
2626
- '2'
2727
freethreading:

.ci_support/osx_arm64_build_typedebugchannel_targetsconda-forge_python_debugfreethreadingno.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bzip2:
99
c_compiler:
1010
- clang
1111
c_compiler_version:
12-
- '18'
12+
- '17'
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
@@ -21,7 +21,7 @@ channel_targets:
2121
cxx_compiler:
2222
- clangxx
2323
cxx_compiler_version:
24-
- '18'
24+
- '17'
2525
expat:
2626
- '2'
2727
freethreading:

.ci_support/osx_arm64_build_typedebugchannel_targetsconda-forge_python_debugfreethreadingyes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bzip2:
99
c_compiler:
1010
- clang
1111
c_compiler_version:
12-
- '18'
12+
- '17'
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
@@ -21,7 +21,7 @@ channel_targets:
2121
cxx_compiler:
2222
- clangxx
2323
cxx_compiler_version:
24-
- '18'
24+
- '17'
2525
expat:
2626
- '2'
2727
freethreading:

.ci_support/osx_arm64_build_typereleasechannel_targetsconda-forge_mainfreethreadingno.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bzip2:
99
c_compiler:
1010
- clang
1111
c_compiler_version:
12-
- '18'
12+
- '17'
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
@@ -21,7 +21,7 @@ channel_targets:
2121
cxx_compiler:
2222
- clangxx
2323
cxx_compiler_version:
24-
- '18'
24+
- '17'
2525
expat:
2626
- '2'
2727
freethreading:

.ci_support/osx_arm64_build_typereleasechannel_targetsconda-forge_mainfreethreadingyes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bzip2:
99
c_compiler:
1010
- clang
1111
c_compiler_version:
12-
- '18'
12+
- '17'
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
@@ -21,7 +21,7 @@ channel_targets:
2121
cxx_compiler:
2222
- clangxx
2323
cxx_compiler_version:
24-
- '18'
24+
- '17'
2525
expat:
2626
- '2'
2727
freethreading:

.scripts/build_steps.sh

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

0 commit comments

Comments
 (0)