Skip to content

Commit

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

Rebuild for python 3.13
  • Loading branch information
jochym authored Sep 8, 2024
2 parents 772811f + fb57698 commit c5bc911
Show file tree
Hide file tree
Showing 19 changed files with 96 additions and 175 deletions.
12 changes: 4 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

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

9 changes: 3 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.

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

This file was deleted.

3 changes: 2 additions & 1 deletion .ci_support/linux_64_numpy2.0python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_python_devel:
Expand All @@ -33,3 +33,4 @@ zip_keys:
- cdt_name
- - python
- numpy
- channel_sources
3 changes: 2 additions & 1 deletion .ci_support/linux_64_numpy2.0python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_python_devel:
Expand All @@ -33,3 +33,4 @@ zip_keys:
- cdt_name
- - python
- numpy
- channel_sources
3 changes: 2 additions & 1 deletion .ci_support/linux_64_numpy2.0python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_python_devel:
Expand All @@ -33,3 +33,4 @@ zip_keys:
- cdt_name
- - python
- numpy
- channel_sources
3 changes: 2 additions & 1 deletion .ci_support/linux_64_numpy2.0python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_python_devel:
Expand All @@ -33,3 +33,4 @@ zip_keys:
- cdt_name
- - python
- numpy
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,32 @@ c_stdlib_version:
cdt_name:
- cos7
channel_sources:
- 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
libboost_python_devel:
- '1.86'
liblapack:
- 3.9 *netlib
numpy:
- '1.22'
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
- 3.13.* *_cp313
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
- channel_sources
43 changes: 0 additions & 43 deletions .ci_support/migrations/pypy38.yaml

This file was deleted.

44 changes: 44 additions & 0 deletions .ci_support/migrations/python313.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
migrator_ts: 1724712607
__migrator:
commit_message: Rebuild for python 3.13
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313 # new entry
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy
- 3.8.* *_73_pypy
- 3.9.* *_73_pypy
paused: false
longterm: true
pr_limit: 20
max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta
- cross-python
- python_abi
exclude_pinned_pkgs: false
additional_zip_keys:
- channel_sources

python:
- 3.13.* *_cp313
channel_sources:
- conda-forge/label/python_rc,conda-forge
# additional entries to add for zip_keys
numpy:
- 2
python_impl:
- cpython
37 changes: 0 additions & 37 deletions .ci_support/osx_64_numpy1.22python3.8.____cpython.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions .ci_support/osx_64_numpy2.0python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
- '17'
libboost_python_devel:
- '1.86'
liblapack:
- 3.9 *netlib
llvm_openmp:
- '16'
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand All @@ -35,3 +35,4 @@ target_platform:
zip_keys:
- - python
- numpy
- channel_sources
5 changes: 3 additions & 2 deletions .ci_support/osx_64_numpy2.0python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
- '17'
libboost_python_devel:
- '1.86'
liblapack:
- 3.9 *netlib
llvm_openmp:
- '16'
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand All @@ -35,3 +35,4 @@ target_platform:
zip_keys:
- - python
- numpy
- channel_sources
5 changes: 3 additions & 2 deletions .ci_support/osx_64_numpy2.0python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
- '17'
libboost_python_devel:
- '1.86'
liblapack:
- 3.9 *netlib
llvm_openmp:
- '16'
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand All @@ -35,3 +35,4 @@ target_platform:
zip_keys:
- - python
- numpy
- channel_sources
5 changes: 3 additions & 2 deletions .ci_support/osx_64_numpy2.0python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
- '17'
libboost_python_devel:
- '1.86'
liblapack:
- 3.9 *netlib
llvm_openmp:
- '16'
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand All @@ -35,3 +35,4 @@ target_platform:
zip_keys:
- - python
- numpy
- channel_sources
Loading

0 comments on commit c5bc911

Please sign in to comment.