Skip to content

Commit 7b73b62

Browse files
Rebuild for python 3.14 (#47)
automerged PR by conda-forge/automerge-action
2 parents 5fd7451 + 7e15ef7 commit 7b73b62

22 files changed

Lines changed: 74 additions & 37 deletions

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

Lines changed: 2 additions & 2 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: 2 additions & 2 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_python3.10.____cpython.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ target_platform:
3131
zip_keys:
3232
- - c_compiler_version
3333
- cxx_compiler_version
34+
- - python
35+
- channel_sources

.ci_support/linux_64_python3.11.____cpython.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ target_platform:
3131
zip_keys:
3232
- - c_compiler_version
3333
- cxx_compiler_version
34+
- - python
35+
- channel_sources

.ci_support/linux_64_python3.12.____cpython.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ target_platform:
3131
zip_keys:
3232
- - c_compiler_version
3333
- cxx_compiler_version
34+
- - python
35+
- channel_sources

.ci_support/linux_64_python3.13.____cp313.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ target_platform:
3131
zip_keys:
3232
- - c_compiler_version
3333
- cxx_compiler_version
34+
- - python
35+
- channel_sources

.ci_support/linux_64_python3.9.____cpython.yaml renamed to .ci_support/linux_64_python3.14.____cp314.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ c_stdlib_version:
99
cdt_name:
1010
- conda
1111
channel_sources:
12-
- conda-forge
12+
- conda-forge,conda-forge/label/python_rc
1313
channel_targets:
1414
- conda-forge main
1515
cxx_compiler:
@@ -25,9 +25,11 @@ pin_run_as_build:
2525
min_pin: x.x
2626
max_pin: x.x
2727
python:
28-
- 3.9.* *_cpython
28+
- 3.14.* *_cp314
2929
target_platform:
3030
- linux-64
3131
zip_keys:
3232
- - c_compiler_version
3333
- cxx_compiler_version
34+
- - python
35+
- channel_sources
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
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;
14
migrator_ts: 1724712607
25
__migrator:
3-
commit_message: Rebuild for python 3.13
6+
commit_message: Rebuild for python 3.14
47
migration_number: 1
58
operation: key_add
69
primary_key: python
710
ordering:
811
python:
9-
- 3.6.* *_cpython
10-
- 3.7.* *_cpython
11-
- 3.8.* *_cpython
1212
- 3.9.* *_cpython
1313
- 3.10.* *_cpython
1414
- 3.11.* *_cpython
1515
- 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
16+
- 3.13.* *_cp313
17+
- 3.13.* *_cp313t
18+
- 3.14.* *_cp314 # new entry
2119
paused: false
2220
longterm: true
23-
pr_limit: 20
21+
pr_limit: 5
2422
max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times
2523
exclude:
2624
# this shouldn't attempt to modify the python feedstocks
@@ -29,14 +27,17 @@ __migrator:
2927
- pypy-meta
3028
- cross-python
3129
- python_abi
32-
# see https://github.com/conda-forge/scipy-feedstock/pull/283
33-
- scipy
3430
exclude_pinned_pkgs: false
31+
ignored_deps_per_node:
32+
matplotlib:
33+
- pyqt
34+
additional_zip_keys:
35+
- channel_sources
3536

3637
python:
37-
- 3.13.* *_cp313
38+
- 3.14.* *_cp314
3839
# additional entries to add for zip_keys
39-
numpy:
40-
- 2
41-
python_impl:
42-
- cpython
40+
is_python_min:
41+
- false
42+
channel_sources:
43+
- conda-forge,conda-forge/label/python_rc

.ci_support/osx_64_python3.10.____cpython.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ target_platform:
3333
zip_keys:
3434
- - c_compiler_version
3535
- cxx_compiler_version
36+
- - python
37+
- channel_sources

0 commit comments

Comments
 (0)