From 5c8599dbcaa6cee81867f38193f518ecaa887b4a Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sat, 20 Apr 2024 11:43:26 +1100 Subject: [PATCH] local numpy2.yaml --- .ci_support/migrations/numpy2.yaml | 38 +++++++++++++++++++++++++++ .ci_support/migrations/pypy38.yaml | 5 +++- .ci_support/migrations/python312.yaml | 4 +++ 3 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 .ci_support/migrations/numpy2.yaml diff --git a/.ci_support/migrations/numpy2.yaml b/.ci_support/migrations/numpy2.yaml new file mode 100644 index 00000000..9c028db4 --- /dev/null +++ b/.ci_support/migrations/numpy2.yaml @@ -0,0 +1,38 @@ +__migrator: + build_number: 1 + kind: version + commit_message: "Rebuild for numpy 2.0" + migration_number: 1 + use_local: true +# needs to fully reproduce zip of {python, python_impl, numpy} +# in order to build for 2.0 and the 1.x per python version +numpy: + - 1.22 + - 1.22 + - 1.22 + - 1.23 + - 2.0 + - 2.0 + - 2.0 + - 2.0 +python: + - 3.8.* *_cpython + - 3.9.* *_cpython + - 3.10.* *_cpython + - 3.11.* *_cpython + - 3.8.* *_cpython + - 3.9.* *_cpython + - 3.10.* *_cpython + - 3.11.* *_cpython +python_impl: + - cpython + - cpython + - cpython + - cpython + - cpython + - cpython + - cpython + - cpython +channel_sources: + - conda-forge/label/numpy_dev,conda-forge +migrator_ts: 1713572489.295986 diff --git a/.ci_support/migrations/pypy38.yaml b/.ci_support/migrations/pypy38.yaml index fd6e6995..3c7769fa 100644 --- a/.ci_support/migrations/pypy38.yaml +++ b/.ci_support/migrations/pypy38.yaml @@ -17,7 +17,7 @@ __migrator: - 3.9.* *_73_pypy paused: False longterm: True - use_local: False + use_local: True check_solvable: True exclude_pinned_pkgs: False pr_limit: 10 @@ -34,8 +34,11 @@ __migrator: python: - 3.9.* *_73_pypy # [not (osx and arm64)] + - 3.9.* *_73_pypy # [not (osx and arm64)] numpy: # part of a zip_keys: python, python_impl, numpy - 1.22 # [not (osx and arm64)] + - 2.0 # [not (osx and arm64)] python_impl: - pypy # [not (osx and arm64)] + - pypy # [not (osx and arm64)] diff --git a/.ci_support/migrations/python312.yaml b/.ci_support/migrations/python312.yaml index 784a0a25..4499b0a1 100644 --- a/.ci_support/migrations/python312.yaml +++ b/.ci_support/migrations/python312.yaml @@ -17,6 +17,7 @@ __migrator: - 3.8.* *_73_pypy - 3.9.* *_73_pypy paused: false + use_local: true longterm: True pr_limit: 30 max_solver_attempts: 6 # this will make the bot retry "not solvable" stuff 6 times @@ -31,8 +32,11 @@ __migrator: python: - 3.12.* *_cpython + - 3.12.* *_cpython # additional entries to add for zip_keys numpy: - 1.26 + - 2.0 python_impl: - cpython + - cpython