Skip to content

Commit

Permalink
Merge pull request #88 from regro-cf-autotick-bot/rebuild-python313-0…
Browse files Browse the repository at this point in the history
…-1_hf1016e

Rebuild for python 3.13
  • Loading branch information
h-vetinari authored Sep 3, 2024
2 parents c5d4375 + b436bd5 commit ade9b7b
Show file tree
Hide file tree
Showing 46 changed files with 211 additions and 357 deletions.
28 changes: 8 additions & 20 deletions .azure-pipelines/azure-pipelines-linux.yml

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

13 changes: 5 additions & 8 deletions .azure-pipelines/azure-pipelines-osx.yml

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

11 changes: 4 additions & 7 deletions .azure-pipelines/azure-pipelines-win.yml

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

31 changes: 0 additions & 31 deletions .ci_support/linux_64_numpy1.22python3.8.____cpython.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci_support/linux_64_numpy1.22python3.9.____73_pypy.yaml

This file was deleted.

9 changes: 5 additions & 4 deletions .ci_support/linux_64_numpy2.0python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
Expand All @@ -29,3 +29,4 @@ zip_keys:
- cdt_name
- - python
- numpy
- channel_sources
9 changes: 5 additions & 4 deletions .ci_support/linux_64_numpy2.0python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
Expand All @@ -29,3 +29,4 @@ zip_keys:
- cdt_name
- - python
- numpy
- channel_sources
9 changes: 5 additions & 4 deletions .ci_support/linux_64_numpy2.0python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
Expand All @@ -29,3 +29,4 @@ zip_keys:
- cdt_name
- - python
- numpy
- channel_sources
9 changes: 5 additions & 4 deletions .ci_support/linux_64_numpy2.0python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
Expand All @@ -29,3 +29,4 @@ zip_keys:
- cdt_name
- - python
- numpy
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,28 @@ c_stdlib_version:
cdt_name:
- cos7
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.22'
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_73_pypy
- 3.13.* *_cp313
target_platform:
- linux-ppc64le
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
- channel_sources
35 changes: 0 additions & 35 deletions .ci_support/linux_aarch64_numpy1.22python3.9.____73_pypy.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions .ci_support/linux_aarch64_numpy2.0python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ cdt_arch:
cdt_name:
- cos7
channel_sources:
- conda-forge/label/numpy_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
Expand All @@ -33,3 +33,4 @@ zip_keys:
- cdt_name
- - python
- numpy
- channel_sources
Loading

0 comments on commit ade9b7b

Please sign in to comment.