Skip to content

Commit 489e411

Browse files
Rebuild for python 3.13
1 parent c870d58 commit 489e411

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
migrator_ts: 1724712607
2+
__migrator:
3+
commit_message: Rebuild for python 3.13
4+
migration_number: 1
5+
operation: key_add
6+
primary_key: python
7+
ordering:
8+
python:
9+
- 3.6.* *_cpython
10+
- 3.7.* *_cpython
11+
- 3.8.* *_cpython
12+
- 3.9.* *_cpython
13+
- 3.10.* *_cpython
14+
- 3.11.* *_cpython
15+
- 3.12.* *_cpython
16+
- 3.13.* *_cp313 # new entry
17+
- 3.6.* *_73_pypy
18+
- 3.7.* *_73_pypy
19+
- 3.8.* *_73_pypy
20+
- 3.9.* *_73_pypy
21+
paused: false
22+
longterm: true
23+
pr_limit: 20
24+
max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times
25+
exclude:
26+
# this shouldn't attempt to modify the python feedstocks
27+
- python
28+
- pypy3.6
29+
- pypy-meta
30+
- cross-python
31+
- python_abi
32+
exclude_pinned_pkgs: false
33+
additional_zip_keys:
34+
- channel_sources
35+
36+
python:
37+
- 3.13.* *_cp313
38+
channel_sources:
39+
- conda-forge/label/python_rc,conda-forge
40+
# additional entries to add for zip_keys
41+
numpy:
42+
- 2
43+
python_impl:
44+
- cpython

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source:
1111
sha256: {{ sha256 }}
1212

1313
build:
14-
number: 0
14+
number: 1
1515

1616
requirements:
1717
build:

0 commit comments

Comments
 (0)