-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpython314.yaml
More file actions
41 lines (40 loc) · 1.22 KB
/
python314.yaml
File metadata and controls
41 lines (40 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# this is intentionally sorted before the 3.13t migrator, because that determines
# the order of application of the migrators; otherwise we'd have to add values for
# is_freethreading and is_abi3 keys here, since that migration extends the zip;
migrator_ts: 1724712607
__migrator:
commit_message: Rebuild for python 3.14
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.13.* *_cp313t
- 3.14.* *_cp314 # new entry
paused: false
longterm: true
pr_limit: 5
max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta
- cross-python
- python_abi
# Manually migrated (e.g. were blocked on missing dev dependencies)
- pyarrow
exclude_pinned_pkgs: false
ignored_deps_per_node:
matplotlib:
- pyqt
python:
- 3.14.* *_cp314
# additional entries to add for zip_keys
is_python_min:
- false