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 : 1695046563
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
14+ - 3.12.* *_cpython # new entry
15+ - 3.6.* *_73_pypy
16+ - 3.7.* *_73_pypy
17+ - 3.8.* *_73_pypy
18+ - 3.9.* *_73_pypy
19+ paused : false
20+ longterm : True
21+ pr_limit : 30
22+ max_solver_attempts : 5 # this will make the bot retry "not solvable" stuff 5 times
23+ exclude :
24+ # this shouldn't attempt to modify the python feedstocks
25+ - python
26+ - pypy3.6
27+ - pypy-meta
28+ - cross-python
29+ - python_abi
30+ exclude_pinned_pkgs : false
31+ additional_zip_keys :
32+ - channel_sources
33+
34+ python :
35+ - 3.12.* *_cpython
36+ channel_sources :
37+ - conda-forge/label/python_rc,conda-forge
38+ # additional entries to add for zip_keys
39+ numpy :
40+ - 1.26
41+ python_impl :
42+ - cpython
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ source:
1111 sha256 : 6cc5874e674697c0cf3043e744b9269c8bc1e8b521888a1c9d7a711041c7d959
1212
1313build :
14- number : 0
14+ number : 1
1515 skip : true # [win and vc<14]
1616
1717requirements :
You can’t perform that action at this time.
0 commit comments