Skip to content

Commit

Permalink
Refresh PyPy migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Feb 3, 2024
1 parent 40fb7e1 commit d8632dc
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions .ci_support/migrations/pypy38.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
migrator_ts: 1647123563
__migrator:
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
Expand All @@ -9,6 +10,7 @@ __migrator:
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy
- 3.8.* *_73_pypy
Expand All @@ -18,36 +20,22 @@ __migrator:
use_local: False
check_solvable: True
exclude_pinned_pkgs: False
pr_limit: 1
pr_limit: 10
bump_number: 1
wait_for_migrators:
- python310
commit_message: "Rebuild for PyPy3.8 and PyPy3.9"
commit_message: "Rebuild for PyPy3.9"
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta
ignored_deps_per_node:
matplotlib:
- pyqt

python:
- 3.7.* *_cpython # [not (osx and arm64)]
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.8.* *_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.19 # [not (osx and arm64)]
- 1.19
- 1.19
- 1.21
- 1.22 # [not (osx and arm64)]
- 1.22 # [not (osx and arm64)]
python_impl:
- cpython # [not (osx and arm64)]
- cpython
- cpython
- cpython
- pypy # [not (osx and arm64)]
- pypy # [not (osx and arm64)]

0 comments on commit d8632dc

Please sign in to comment.