Skip to content

Commit

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

Rebuild for python312
  • Loading branch information
ocefpaf committed Oct 8, 2023
2 parents a14de77 + ef12e83 commit 63bdfa3
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 37 deletions.
9 changes: 2 additions & 7 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.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_73_pypy
- 3.12.* *_cpython
target_platform:
- linux-64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
migrator_ts: 1666686085
migrator_ts: 1695046563
__migrator:
migration_number: 1
operation: key_add
Expand All @@ -10,15 +10,16 @@ __migrator:
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython # new entry
- 3.11.* *_cpython
- 3.12.* *_cpython # new entry
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy
- 3.8.* *_73_pypy
- 3.9.* *_73_pypy
paused: false
longterm: True
pr_limit: 30
max_solver_attempts: 12 # this will make the bot retry "not solvable" stuff 12 times
max_solver_attempts: 6 # this will make the bot retry "not solvable" stuff 6 times
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
Expand All @@ -29,9 +30,9 @@ __migrator:
exclude_pinned_pkgs: false

python:
- 3.11.* *_cpython
- 3.12.* *_cpython
# additional entries to add for zip_keys
numpy:
- 1.23
- 1.26
python_impl:
- cpython
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_73_pypy
- 3.12.* *_cpython
target_platform:
- osx-64
9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

10 changes: 5 additions & 5 deletions .scripts/run_osx_build.sh

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

16 changes: 8 additions & 8 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 @@ -9,7 +9,7 @@ source:
sha256: 4849032f6a670c02be434c484a0abf43c870a1efafafbfffd2e6f1c1f7ef5001

build:
number: 5
number: 6
skip: true # [win]
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv

Expand Down

0 comments on commit 63bdfa3

Please sign in to comment.