Skip to content

Commit 582db17

Browse files
Rebuild for python 3.14
1 parent 3889da0 commit 582db17

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source:
1313
sha256: c57ce44873abcfcfd1d61d7d261e416d352186958e7b5d299cf244efa6757816
1414

1515
build:
16-
number: 0
16+
number: 1
1717
script_env:
1818
- F2C_EXTERNAL_ARITH_HEADER={{ RECIPE_DIR }}/arith_arm64.h # [arm64]
1919

0 commit comments

Comments
 (0)