Skip to content

Commit b485085

Browse files
committed
Merge regro-cf-autotick-bot/rebuild-python314-0-1_h480bdb into regro-cf-autotick-bot/0.22.1_hbac5de
2 parents df08a05 + 30ca55f commit b485085

9 files changed

Lines changed: 214 additions & 0 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.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '14'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
9+
channel_sources:
10+
- conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
docker_image:
14+
- quay.io/condaforge/linux-anvil-x86_64:cos7
15+
pin_run_as_build:
16+
python:
17+
min_pin: x.x
18+
max_pin: x.x
19+
python:
20+
- 3.14.* *_cp314
21+
target_platform:
22+
- linux-64
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '14'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
9+
channel_sources:
10+
- conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
docker_image:
14+
- quay.io/condaforge/linux-anvil-x86_64:cos7
15+
pin_run_as_build:
16+
python:
17+
min_pin: x.x
18+
max_pin: x.x
19+
python:
20+
- 3.14.* *_cp314
21+
target_platform:
22+
- linux-aarch64
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '14'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
9+
channel_sources:
10+
- conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
docker_image:
14+
- quay.io/condaforge/linux-anvil-x86_64:cos7
15+
pin_run_as_build:
16+
python:
17+
min_pin: x.x
18+
max_pin: x.x
19+
python:
20+
- 3.14.* *_cp314
21+
target_platform:
22+
- linux-ppc64le
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/label/python_rc,conda-forge
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '10.13'
3+
MACOSX_SDK_VERSION:
4+
- '10.13'
5+
c_compiler:
6+
- clang
7+
c_compiler_version:
8+
- '19'
9+
c_stdlib:
10+
- macosx_deployment_target
11+
c_stdlib_version:
12+
- '10.13'
13+
channel_sources:
14+
- conda-forge
15+
channel_targets:
16+
- conda-forge main
17+
macos_machine:
18+
- x86_64-apple-darwin13.4.0
19+
pin_run_as_build:
20+
python:
21+
min_pin: x.x
22+
max_pin: x.x
23+
python:
24+
- 3.14.* *_cp314
25+
target_platform:
26+
- osx-64
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '11.0'
3+
MACOSX_SDK_VERSION:
4+
- '11.0'
5+
c_compiler:
6+
- clang
7+
c_compiler_version:
8+
- '19'
9+
c_stdlib:
10+
- macosx_deployment_target
11+
c_stdlib_version:
12+
- '11.0'
13+
channel_sources:
14+
- conda-forge
15+
channel_targets:
16+
- conda-forge main
17+
macos_machine:
18+
- arm64-apple-darwin20.0.0
19+
pin_run_as_build:
20+
python:
21+
min_pin: x.x
22+
max_pin: x.x
23+
python:
24+
- 3.14.* *_cp314
25+
target_platform:
26+
- osx-arm64

README.md

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

0 commit comments

Comments
 (0)