File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ source:
1212 sha256 : {{ sha256 }}
1313
1414build :
15- number : 0
15+ number : 1
1616 skip : true # [win]
1717
1818requirements :
You can’t perform that action at this time.
0 commit comments