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+ # this is intentionally sorted before the 3.13t migrator, because that determines
2+ # the order of application of the migrators; otherwise we'd have to add values for
3+ # is_freethreading and is_abi3 keys here, since that migration extends the zip;
4+ migrator_ts : 1724712607
5+ __migrator :
6+ commit_message : Rebuild for python 3.14
7+ migration_number : 1
8+ operation : key_add
9+ primary_key : python
10+ ordering :
11+ python :
12+ - 3.9.* *_cpython
13+ - 3.10.* *_cpython
14+ - 3.11.* *_cpython
15+ - 3.12.* *_cpython
16+ - 3.13.* *_cp313
17+ - 3.13.* *_cp313t
18+ - 3.14.* *_cp314 # new entry
19+ paused : false
20+ longterm : true
21+ pr_limit : 5
22+ max_solver_attempts : 3 # this will make the bot retry "not solvable" stuff 12 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+ ignored_deps_per_node :
32+ matplotlib :
33+ - pyqt
34+ additional_zip_keys :
35+ - channel_sources
36+
37+ python :
38+ - 3.14.* *_cp314
39+ # additional entries to add for zip_keys
40+ is_python_min :
41+ - false
42+ channel_sources :
43+ - conda-forge,conda-forge/label/python_rc
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ source:
1212 - no-isolation.diff
1313
1414build :
15- number : 1
15+ number : 2
1616 skip : true # [win and vc<14]
1717
1818requirements :
You can’t perform that action at this time.
0 commit comments