File tree Expand file tree Collapse file tree 2 files changed +44
-1
lines changed
Expand file tree Collapse file tree 2 files changed +44
-1
lines changed 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 @@ -13,7 +13,7 @@ source:
1313 sha256 : c57ce44873abcfcfd1d61d7d261e416d352186958e7b5d299cf244efa6757816
1414
1515build :
16- number : 0
16+ number : 1
1717 script_env :
1818 - F2C_EXTERNAL_ARITH_HEADER={{ RECIPE_DIR }}/arith_arm64.h # [arm64]
1919
You can’t perform that action at this time.
0 commit comments