Skip to content

Commit

Permalink
Rebuild for python 3.13 (#54)
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.39.0, and conda-forge-pinning 2024.08.29.02.39.48
  • Loading branch information
regro-cf-autotick-bot authored Sep 28, 2024
1 parent 10cd98d commit 745ea06
Show file tree
Hide file tree
Showing 13 changed files with 101 additions and 80 deletions.
12 changes: 6 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

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

4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-osx.yml

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

4 changes: 2 additions & 2 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 @@ -6,6 +6,10 @@ cdt_name:
- cos7
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge/label/python_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -26,7 +30,7 @@ python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.13.* *_cp313
- 3.9.* *_cpython
python_impl:
- cpython
Expand All @@ -41,3 +45,4 @@ zip_keys:
- cdt_name
- - python
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ cdt_name:
- cos7
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge/label/python_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -30,7 +34,7 @@ python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.13.* *_cp313
- 3.9.* *_cpython
python_impl:
- cpython
Expand All @@ -45,3 +49,4 @@ zip_keys:
- cdt_name
- - python
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ cdt_name:
- cos7
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge/label/python_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -26,7 +30,7 @@ python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.13.* *_cp313
- 3.9.* *_cpython
python_impl:
- cpython
Expand All @@ -41,3 +45,4 @@ zip_keys:
- cdt_name
- - python
- python_impl
- channel_sources
53 changes: 0 additions & 53 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
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge/label/python_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -28,7 +32,7 @@ python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.13.* *_cp313
- 3.9.* *_cpython
python_impl:
- cpython
Expand All @@ -41,3 +45,4 @@ target_platform:
zip_keys:
- - python
- python_impl
- channel_sources
7 changes: 6 additions & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge/label/python_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -28,7 +32,7 @@ python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.13.* *_cp313
- 3.9.* *_cpython
python_impl:
- cpython
Expand All @@ -41,3 +45,4 @@ target_platform:
zip_keys:
- - python
- python_impl
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ c_stdlib:
- vs
channel_sources:
- conda-forge
- conda-forge
- conda-forge
- conda-forge/label/python_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -18,7 +22,7 @@ python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.13.* *_cp313
- 3.9.* *_cpython
python_impl:
- cpython
Expand All @@ -31,3 +35,4 @@ target_platform:
zip_keys:
- - python
- python_impl
- channel_sources
20 changes: 10 additions & 10 deletions README.md

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source:
- patches/0007-move-setting-of-default-CMAKE_INSTALL_-BIN-INCLUDE-L.patch

build:
number: 3
number: 4
skip: true # [python_impl == "pypy"]

outputs:
Expand Down

0 comments on commit 745ea06

Please sign in to comment.