Skip to content

Commit 0b013fd

Browse files
regro-cf-autotick-botconda-forge-webservices[bot]SMoraisAnsys
authored
chore: rebuild for python 3.14 (#145)
* Rebuild for python 3.14 * MNT: Re-rendered with conda-smithy 3.52.3 and conda-forge-pinning 2025.10.05.00.13.5 * MNT: Re-rendered with conda-smithy 3.52.3 and conda-forge-pinning 2025.10.27.09.15.4 * MNT: Re-rendered with conda-smithy 3.62.0 and conda-forge-pinning 2026.05.27.05.30.0 * MNT: Re-rendered with conda-smithy 3.62.0 and conda-forge-pinning 2026.05.27.05.30.0 --------- Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com>
1 parent 80f751c commit 0b013fd

17 files changed

Lines changed: 276 additions & 24 deletions

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

Lines changed: 30 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
channel_sources:
2+
- conda-forge/label/ansys-pythonnet_rc,conda-forge
3+
channel_targets:
4+
- conda-forge main
5+
docker_image:
6+
- quay.io/condaforge/linux-anvil-x86_64:alma9
7+
pin_run_as_build:
8+
python:
9+
min_pin: x.x
10+
max_pin: x.x
11+
python:
12+
- 3.10.* *_cpython
13+
target_platform:
14+
- linux-64
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
channel_sources:
2+
- conda-forge/label/ansys-pythonnet_rc,conda-forge
3+
channel_targets:
4+
- conda-forge main
5+
docker_image:
6+
- quay.io/condaforge/linux-anvil-x86_64:alma9
7+
pin_run_as_build:
8+
python:
9+
min_pin: x.x
10+
max_pin: x.x
11+
python:
12+
- 3.11.* *_cpython
13+
target_platform:
14+
- linux-64
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
channel_sources:
2+
- conda-forge/label/ansys-pythonnet_rc,conda-forge
3+
channel_targets:
4+
- conda-forge main
5+
docker_image:
6+
- quay.io/condaforge/linux-anvil-x86_64:alma9
7+
pin_run_as_build:
8+
python:
9+
min_pin: x.x
10+
max_pin: x.x
11+
python:
12+
- 3.12.* *_cpython
13+
target_platform:
14+
- linux-64

.ci_support/linux_64_.yaml renamed to .ci_support/linux_64_python3.13.____cp313.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ channel_targets:
44
- conda-forge main
55
docker_image:
66
- quay.io/condaforge/linux-anvil-x86_64:alma9
7-
python_min:
8-
- '3.10'
7+
pin_run_as_build:
8+
python:
9+
min_pin: x.x
10+
max_pin: x.x
11+
python:
12+
- 3.13.* *_cp313
913
target_platform:
1014
- linux-64
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
channel_sources:
2+
- conda-forge/label/ansys-pythonnet_rc,conda-forge
3+
channel_targets:
4+
- conda-forge main
5+
docker_image:
6+
- quay.io/condaforge/linux-anvil-x86_64:alma9
7+
pin_run_as_build:
8+
python:
9+
min_pin: x.x
10+
max_pin: x.x
11+
python:
12+
- 3.14.* *_cp314
13+
target_platform:
14+
- linux-64
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,conda-forge/label/python_rc
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
channel_sources:
2+
- conda-forge/label/ansys-pythonnet_rc,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.10.* *_cpython
11+
target_platform:
12+
- win-64
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
channel_sources:
2+
- conda-forge/label/ansys-pythonnet_rc,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.11.* *_cpython
11+
target_platform:
12+
- win-64
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
channel_sources:
2+
- conda-forge/label/ansys-pythonnet_rc,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.12.* *_cpython
11+
target_platform:
12+
- win-64

0 commit comments

Comments
 (0)