Skip to content

Commit f94700c

Browse files
bump build, rerender
1 parent baf6edf commit f94700c

14 files changed

Lines changed: 78 additions & 62 deletions

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

Lines changed: 3 additions & 17 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-
- '17'
12+
- '18'
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-
- '17'
24+
- '18'
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-
- '17'
12+
- '18'
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-
- '17'
24+
- '18'
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-
- '17'
12+
- '18'
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-
- '17'
24+
- '18'
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-
- '17'
12+
- '18'
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-
- '17'
24+
- '18'
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-
- '17'
12+
- '18'
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-
- '17'
24+
- '18'
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-
- '17'
12+
- '18'
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-
- '17'
24+
- '18'
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-
- '17'
12+
- '18'
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-
- '17'
24+
- '18'
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-
- '17'
12+
- '18'
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-
- '17'
24+
- '18'
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)