Skip to content

Commit b4366b5

Browse files
authored
Merge pull request #249 from regro-cf-autotick-bot/rebuild-python313-0-1_h8f2626
Rebuild for python 3.13
2 parents dc27a7c + 8cdbdad commit b4366b5

16 files changed

Lines changed: 287 additions & 17 deletions

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
cdt_name:
2+
- conda
3+
channel_sources:
4+
- conda-forge
5+
channel_targets:
6+
- conda-forge main
7+
docker_image:
8+
- quay.io/condaforge/linux-anvil-x86_64:alma9
9+
pin_run_as_build:
10+
python:
11+
min_pin: x.x
12+
max_pin: x.x
13+
python:
14+
- 3.13.* *_cp313
15+
target_platform:
16+
- linux-64
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
cdt_name:
2+
- conda
3+
channel_sources:
4+
- conda-forge
5+
channel_targets:
6+
- conda-forge main
7+
docker_image:
8+
- quay.io/condaforge/linux-anvil-x86_64:alma9
9+
pin_run_as_build:
10+
python:
11+
min_pin: x.x
12+
max_pin: x.x
13+
python:
14+
- 3.13.* *_cp313
15+
target_platform:
16+
- linux-aarch64
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
cdt_name:
2+
- conda
3+
channel_sources:
4+
- conda-forge
5+
channel_targets:
6+
- conda-forge main
7+
docker_image:
8+
- quay.io/condaforge/linux-anvil-x86_64:alma9
9+
pin_run_as_build:
10+
python:
11+
min_pin: x.x
12+
max_pin: x.x
13+
python:
14+
- 3.13.* *_cp313
15+
target_platform:
16+
- linux-ppc64le
Lines changed: 42 additions & 0 deletions
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
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '10.13'
3+
MACOSX_SDK_VERSION:
4+
- '10.13'
5+
channel_sources:
6+
- conda-forge
7+
channel_targets:
8+
- conda-forge main
9+
macos_machine:
10+
- x86_64-apple-darwin13.4.0
11+
pin_run_as_build:
12+
python:
13+
min_pin: x.x
14+
max_pin: x.x
15+
python:
16+
- 3.13.* *_cp313
17+
target_platform:
18+
- osx-64
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '11.0'
3+
MACOSX_SDK_VERSION:
4+
- '11.0'
5+
channel_sources:
6+
- conda-forge
7+
channel_targets:
8+
- conda-forge main
9+
macos_machine:
10+
- arm64-apple-darwin20.0.0
11+
pin_run_as_build:
12+
python:
13+
min_pin: x.x
14+
max_pin: x.x
15+
python:
16+
- 3.13.* *_cp313
17+
target_platform:
18+
- osx-arm64
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
channel_sources:
2+
- conda-forge
3+
channel_targets:
4+
- conda-forge main
5+
pin_run_as_build:
6+
python:
7+
min_pin: x.x
8+
max_pin: x.x
9+
python:
10+
- 3.13.* *_cp313
11+
target_platform:
12+
- win-64

0 commit comments

Comments
 (0)