Skip to content

Commit

Permalink
Rebuild for PyPy3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot authored and conda-build committed Mar 17, 2024
1 parent f242323 commit f0e2ecc
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .ci_support/migrations/pypy38.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
migrator_ts: 1647123563
__migrator:
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.6.* *_73_pypy
- 3.7.* *_73_pypy
- 3.8.* *_73_pypy
- 3.9.* *_73_pypy
paused: False
longterm: True
use_local: False
check_solvable: True
exclude_pinned_pkgs: False
pr_limit: 10
bump_number: 1
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.9.* *_73_pypy # [not (osx and arm64)]
numpy:
# part of a zip_keys: python, python_impl, numpy
- 1.22 # [not (osx and arm64)]
python_impl:
- pypy # [not (osx and arm64)]

0 comments on commit f0e2ecc

Please sign in to comment.