Skip to content

Commit 21a4d6d

Browse files
authored
Merge pull request #31 from regro-cf-autotick-bot/rebuild-python313-0-1_hcc81de
Rebuild for python 3.13
2 parents c870d58 + 0e92bb9 commit 21a4d6d

File tree

47 files changed

+238
-309
lines changed

Some content is hidden

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

47 files changed

+238
-309
lines changed

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

Lines changed: 6 additions & 18 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: 4 additions & 7 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: 3 additions & 6 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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
c_stdlib:
22
- sysroot
33
c_stdlib_version:
4-
- '2.12'
4+
- '2.17'
55
cdt_name:
6-
- cos6
6+
- cos7
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- gxx
1313
cxx_compiler_version:
14-
- '12'
14+
- '13'
1515
docker_image:
1616
- quay.io/condaforge/linux-anvil-cos7-x86_64
1717
pin_run_as_build:
@@ -25,3 +25,5 @@ target_platform:
2525
zip_keys:
2626
- - c_stdlib_version
2727
- cdt_name
28+
- - python
29+
- channel_sources

.ci_support/linux_64_python3.11.____cpython.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
c_stdlib:
22
- sysroot
33
c_stdlib_version:
4-
- '2.12'
4+
- '2.17'
55
cdt_name:
6-
- cos6
6+
- cos7
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- gxx
1313
cxx_compiler_version:
14-
- '12'
14+
- '13'
1515
docker_image:
1616
- quay.io/condaforge/linux-anvil-cos7-x86_64
1717
pin_run_as_build:
@@ -25,3 +25,5 @@ target_platform:
2525
zip_keys:
2626
- - c_stdlib_version
2727
- cdt_name
28+
- - python
29+
- channel_sources

.ci_support/linux_64_python3.12.____cpython.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
c_stdlib:
22
- sysroot
33
c_stdlib_version:
4-
- '2.12'
4+
- '2.17'
55
cdt_name:
6-
- cos6
6+
- cos7
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- gxx
1313
cxx_compiler_version:
14-
- '12'
14+
- '13'
1515
docker_image:
1616
- quay.io/condaforge/linux-anvil-cos7-x86_64
1717
pin_run_as_build:
@@ -25,3 +25,5 @@ target_platform:
2525
zip_keys:
2626
- - c_stdlib_version
2727
- cdt_name
28+
- - python
29+
- channel_sources

.ci_support/linux_ppc64le_python3.9.____73_pypy.yaml renamed to .ci_support/linux_64_python3.13.____cp313.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,25 @@ c_stdlib_version:
55
cdt_name:
66
- cos7
77
channel_sources:
8-
- conda-forge
8+
- conda-forge/label/python_rc,conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- gxx
1313
cxx_compiler_version:
14-
- '12'
14+
- '13'
1515
docker_image:
1616
- quay.io/condaforge/linux-anvil-cos7-x86_64
1717
pin_run_as_build:
1818
python:
1919
min_pin: x.x
2020
max_pin: x.x
2121
python:
22-
- 3.9.* *_73_pypy
22+
- 3.13.* *_cp313
2323
target_platform:
24-
- linux-ppc64le
24+
- linux-64
2525
zip_keys:
2626
- - c_stdlib_version
2727
- cdt_name
28+
- - python
29+
- channel_sources

.ci_support/linux_64_python3.8.____cpython.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.ci_support/linux_64_python3.9.____73_pypy.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.ci_support/linux_64_python3.9.____cpython.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
c_stdlib:
22
- sysroot
33
c_stdlib_version:
4-
- '2.12'
4+
- '2.17'
55
cdt_name:
6-
- cos6
6+
- cos7
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- gxx
1313
cxx_compiler_version:
14-
- '12'
14+
- '13'
1515
docker_image:
1616
- quay.io/condaforge/linux-anvil-cos7-x86_64
1717
pin_run_as_build:
@@ -25,3 +25,5 @@ target_platform:
2525
zip_keys:
2626
- - c_stdlib_version
2727
- cdt_name
28+
- - python
29+
- channel_sources

0 commit comments

Comments
 (0)