Skip to content

Commit

Permalink
Rebuild for python 3.13 (#218)
Browse files Browse the repository at this point in the history
* Rebuild for python 3.13

* MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.40.1, and conda-forge-pinning 2024.09.20.18.51.51
  • Loading branch information
regro-cf-autotick-bot authored Sep 21, 2024
1 parent 3317ffb commit 460ad18
Show file tree
Hide file tree
Showing 36 changed files with 496 additions and 121 deletions.
87 changes: 51 additions & 36 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 32 additions & 24 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 16 additions & 12 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
41 changes: 41 additions & 0 deletions .ci_support/linux_64_numpy2python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.13.* *_cp313
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
45 changes: 45 additions & 0 deletions .ci_support/linux_aarch64_numpy2python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.13.* *_cp313
python_impl:
- cpython
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Loading

0 comments on commit 460ad18

Please sign in to comment.