Skip to content

Commit cc1019c

Browse files
authored
Backport gh-2706 (#2710)
This PR backports of #2706 from development branch to `maintenance/0.19.x`.
1 parent e5c30f8 commit cc1019c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environments/build_conda_pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.13 # no python 3.14 support by conda-build
6-
- conda-build=25.9.0
6+
- conda-build=25.11.1

environments/upload_cleanup_conda_pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.13
6-
- anaconda-client=1.13.0
6+
- anaconda-client=1.13.1

0 commit comments

Comments
 (0)