Skip to content

Commit 2d4bd44

Browse files
Rebuild for python 3.13 (#275)
* Rebuild for python 3.13 * MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.1, and conda-forge-pinning 2024.09.11.15.30.13
1 parent 7e2a261 commit 2d4bd44

File tree

36 files changed

+470
-97
lines changed

36 files changed

+470
-97
lines changed

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

Lines changed: 36 additions & 24 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: 22 additions & 16 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: 11 additions & 8 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 renamed to .ci_support/linux_64_numpy2.0python3.10.____cpython.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ zip_keys:
3838
- - python
3939
- numpy
4040
- python_impl
41+
- channel_sources

.ci_support/linux_64_python3.11.____cpython.yaml renamed to .ci_support/linux_64_numpy2.0python3.11.____cpython.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ zip_keys:
3838
- - python
3939
- numpy
4040
- python_impl
41+
- channel_sources

.ci_support/linux_64_python3.12.____cpython.yaml renamed to .ci_support/linux_64_numpy2.0python3.12.____cpython.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ zip_keys:
3838
- - python
3939
- numpy
4040
- python_impl
41+
- channel_sources

.ci_support/linux_64_python3.9.____cpython.yaml renamed to .ci_support/linux_64_numpy2.0python3.9.____cpython.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ zip_keys:
3838
- - python
3939
- numpy
4040
- python_impl
41+
- channel_sources
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '13'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
9+
cdt_name:
10+
- cos7
11+
channel_sources:
12+
- conda-forge/label/python_rc,conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
cxx_compiler:
16+
- gxx
17+
cxx_compiler_version:
18+
- '13'
19+
docker_image:
20+
- quay.io/condaforge/linux-anvil-cos7-x86_64
21+
numpy:
22+
- '2'
23+
pin_run_as_build:
24+
python:
25+
min_pin: x.x
26+
max_pin: x.x
27+
python:
28+
- 3.13.* *_cp313
29+
python_impl:
30+
- cpython
31+
target_platform:
32+
- linux-64
33+
zip_keys:
34+
- - c_compiler_version
35+
- cxx_compiler_version
36+
- - c_stdlib_version
37+
- cdt_name
38+
- - python
39+
- numpy
40+
- python_impl
41+
- channel_sources

.ci_support/linux_aarch64_python3.10.____cpython.yaml renamed to .ci_support/linux_aarch64_numpy2.0python3.10.____cpython.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ zip_keys:
4242
- - python
4343
- numpy
4444
- python_impl
45+
- channel_sources

.ci_support/linux_aarch64_python3.11.____cpython.yaml renamed to .ci_support/linux_aarch64_numpy2.0python3.11.____cpython.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ zip_keys:
4242
- - python
4343
- numpy
4444
- python_impl
45+
- channel_sources

0 commit comments

Comments
 (0)