Skip to content

Commit

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

Rebuild for python 3.13
  • Loading branch information
traversaro authored Oct 24, 2024
2 parents f0c7909 + 3849532 commit 316d587
Show file tree
Hide file tree
Showing 18 changed files with 171 additions and 142 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.

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

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

23 changes: 4 additions & 19 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 @@ -27,7 +27,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.13.* *_cp313
qt_main:
- '5.15'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.13.* *_cp313
qt_main:
- '5.15'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.13.* *_cp313
qt_main:
- '5.15'
target_platform:
Expand Down

This file was deleted.

38 changes: 0 additions & 38 deletions .ci_support/migrations/python312.yaml

This file was deleted.

42 changes: 42 additions & 0 deletions .ci_support/migrations/python313.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
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
# see https://github.com/conda-forge/scipy-feedstock/pull/283
- scipy
exclude_pinned_pkgs: false

python:
- 3.13.* *_cp313
# additional entries to add for zip_keys
numpy:
- 2
python_impl:
- cpython
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.13.* *_cp313
qt_main:
- '5.15'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.13.* *_cp313
qt_main:
- '5.15'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.13.* *_cp313
qt_main:
- '5.15'
target_platform:
Expand Down
14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

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

43 changes: 27 additions & 16 deletions .scripts/run_osx_build.sh

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

Loading

0 comments on commit 316d587

Please sign in to comment.