Skip to content

Commit 5189fa2

Browse files
committedDec 13, 2024
Rebuild for python 3.13
1 parent 317aefc commit 5189fa2

File tree

3 files changed

+49
-7
lines changed

3 files changed

+49
-7
lines changed
 

‎.ci_support/migrations/python313.yaml

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
# see https://github.com/conda-forge/scipy-feedstock/pull/283
33+
- scipy
34+
exclude_pinned_pkgs: false
35+
36+
python:
37+
- 3.13.* *_cp313
38+
# additional entries to add for zip_keys
39+
numpy:
40+
- 2
41+
python_impl:
42+
- cpython

‎conda-forge.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
github:
2-
branch_name: main
3-
tooling_branch_name: main
1+
build_platform:
2+
osx_arm64: osx_64
43
conda_build:
54
error_overlinking: true
65
conda_forge_output_validation: true
7-
build_platform:
8-
osx_arm64: osx_64
9-
test: native
6+
github:
7+
branch_name: main
8+
tooling_branch_name: main
9+
test: native

‎recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99
sha256: 3b15ce8fec88b7c16ca0f4daeadc2e3377051b80179d16d545bb2657e1516f57
1010

1111
build:
12-
number: 0
12+
number: 1
1313

1414
requirements:
1515
build:

0 commit comments

Comments
 (0)
Please sign in to comment.