Skip to content

Commit

Permalink
Merge pull request #283 from h-vetinari/313
Browse files Browse the repository at this point in the history
Rebuild for python 3.13
  • Loading branch information
h-vetinari authored Sep 9, 2024
2 parents 9a03cf2 + 5eb8df4 commit 07e1f9f
Show file tree
Hide file tree
Showing 32 changed files with 498 additions and 108 deletions.
48 changes: 30 additions & 18 deletions .azure-pipelines/azure-pipelines-linux.yml

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

18 changes: 12 additions & 6 deletions .azure-pipelines/azure-pipelines-osx.yml

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

15 changes: 9 additions & 6 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 @@ -49,3 +49,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
52 changes: 52 additions & 0 deletions .ci_support/linux_64_numpy2.1python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
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
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
numpy:
- '2.1'
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
- fortran_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 @@ -53,3 +53,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
56 changes: 56 additions & 0 deletions .ci_support/linux_aarch64_numpy2.1python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
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
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
numpy:
- '2.1'
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
- fortran_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 @@ -49,3 +49,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ zip_keys:
- - python
- numpy
- python_impl
- channel_sources
52 changes: 52 additions & 0 deletions .ci_support/linux_ppc64le_numpy2.1python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
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
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
numpy:
- '2.1'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.13.* *_cp313
python_impl:
- cpython
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
- - python
- numpy
- python_impl
- channel_sources
42 changes: 0 additions & 42 deletions .ci_support/migrations/pypy38.yaml

This file was deleted.

Loading

0 comments on commit 07e1f9f

Please sign in to comment.