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 : 1666686085
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
13+ - 3.11.* *_cpython # new entry
14+ - 3.6.* *_73_pypy
15+ - 3.7.* *_73_pypy
16+ - 3.8.* *_73_pypy
17+ - 3.9.* *_73_pypy
18+ paused : false
19+ longterm : True
20+ pr_limit : 60
21+ max_solver_attempts : 3 # this will make the bot retry "not solvable" stuff 12 times
22+ exclude :
23+ # this shouldn't attempt to modify the python feedstocks
24+ - python
25+ - pypy3.6
26+ - pypy-meta
27+ - cross-python
28+ - python_abi
29+ exclude_pinned_pkgs : false
30+
31+ python :
32+ - 3.11.* *_cpython
33+ # additional entries to add for zip_keys
34+ numpy :
35+ - 1.23
36+ python_impl :
37+ - 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