Skip to content

Commit 46a2879

Browse files
Rebuild for python310
1 parent 6d5e9c6 commit 46a2879

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
migrator_ts: 1634137107
2+
__migrator:
3+
migration_number: 1
4+
operation: key_add
5+
primary_key: python
6+
ordering:
7+
python:
8+
- 3.6.* *_cpython
9+
- 3.7.* *_cpython
10+
- 3.8.* *_cpython
11+
- 3.9.* *_cpython
12+
- 3.10.* *_cpython # new entry
13+
- 3.6.* *_73_pypy
14+
- 3.7.* *_73_pypy
15+
paused: false
16+
longterm: True
17+
pr_limit: 40
18+
max_solver_attempts: 10 # this will make the bot retry "not solvable" stuff 10 times
19+
exclude:
20+
# this shouldn't attempt to modify the python feedstocks
21+
- python
22+
- pypy3.6
23+
- pypy-meta
24+
- cross-python
25+
- python_abi
26+
exclude_pinned_pkgs: false
27+
28+
python:
29+
- 3.10.* *_cpython
30+
# additional entries to add for zip_keys
31+
numpy:
32+
- 1.21
33+
python_impl:
34+
- cpython

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: 0
15+
number: 1
1616
skip: true # [win]
1717

1818
requirements:

0 commit comments

Comments
 (0)