Skip to content

Commit 41de6b8

Browse files
Rebuild for PyPy3.8 and PyPy3.9
1 parent dba6945 commit 41de6b8

2 files changed

Lines changed: 54 additions & 1 deletion

File tree

.ci_support/migrations/pypy38.yaml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
migrator_ts: 1647123563
2+
__migrator:
3+
migration_number: 1
4+
primary_key: python
5+
ordering:
6+
python:
7+
- 3.6.* *_cpython
8+
- 3.7.* *_cpython
9+
- 3.8.* *_cpython
10+
- 3.9.* *_cpython
11+
- 3.10.* *_cpython
12+
- 3.6.* *_73_pypy
13+
- 3.7.* *_73_pypy
14+
- 3.8.* *_73_pypy
15+
- 3.9.* *_73_pypy
16+
paused: False
17+
longterm: True
18+
use_local: False
19+
check_solvable: True
20+
exclude_pinned_pkgs: False
21+
pr_limit: 10
22+
bump_number: 1
23+
wait_for_migrators:
24+
- python310
25+
commit_message: "Rebuild for PyPy3.8 and PyPy3.9"
26+
exclude:
27+
# this shouldn't attempt to modify the python feedstocks
28+
- python
29+
- pypy3.6
30+
- pypy-meta
31+
32+
python:
33+
- 3.7.* *_cpython # [not (osx and arm64)]
34+
- 3.8.* *_cpython
35+
- 3.9.* *_cpython
36+
- 3.10.* *_cpython
37+
- 3.8.* *_73_pypy # [not (osx and arm64)]
38+
- 3.9.* *_73_pypy # [not (osx and arm64)]
39+
numpy:
40+
# part of a zip_keys: python, python_impl, numpy
41+
- 1.19 # [not (osx and arm64)]
42+
- 1.19
43+
- 1.19
44+
- 1.21
45+
- 1.19 # [not (osx and arm64)]
46+
- 1.19 # [not (osx and arm64)]
47+
python_impl:
48+
- cpython # [not (osx and arm64)]
49+
- cpython
50+
- cpython
51+
- cpython
52+
- pypy # [not (osx and arm64)]
53+
- pypy # [not (osx and arm64)]

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source:
1212
sha256: {{ sha256 }}
1313

1414
build:
15-
number: 1
15+
number: 2
1616
skip: true # [win]
1717

1818
requirements:

0 commit comments

Comments
 (0)