Skip to content

Commit 86f3066

Browse files
committed
Merge branch 'branch-25.06' into branch-25.08
2 parents ec876da + 90b4524 commit 86f3066

8 files changed

+12
-7
lines changed

conda/environments/all_cuda-114_arch-aarch64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- pytest
2525
- pytest-cov
2626
- pytest-timeout
27-
- python>=3.10,<3.13
27+
- python>=3.10,<3.14
2828
- rapids-build-backend>=0.3.0,<0.4.0dev0
2929
- rapids-dask-dependency==25.8.*,>=0.0.0a0
3030
- setuptools>=64.0.0

conda/environments/all_cuda-114_arch-x86_64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- pytest
2525
- pytest-cov
2626
- pytest-timeout
27-
- python>=3.10,<3.13
27+
- python>=3.10,<3.14
2828
- rapids-build-backend>=0.3.0,<0.4.0dev0
2929
- rapids-dask-dependency==25.8.*,>=0.0.0a0
3030
- setuptools>=64.0.0

conda/environments/all_cuda-118_arch-aarch64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- pytest
2525
- pytest-cov
2626
- pytest-timeout
27-
- python>=3.10,<3.13
27+
- python>=3.10,<3.14
2828
- rapids-build-backend>=0.3.0,<0.4.0dev0
2929
- rapids-dask-dependency==25.8.*,>=0.0.0a0
3030
- setuptools>=64.0.0

conda/environments/all_cuda-118_arch-x86_64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- pytest
2525
- pytest-cov
2626
- pytest-timeout
27-
- python>=3.10,<3.13
27+
- python>=3.10,<3.14
2828
- rapids-build-backend>=0.3.0,<0.4.0dev0
2929
- rapids-dask-dependency==25.8.*,>=0.0.0a0
3030
- setuptools>=64.0.0

conda/environments/all_cuda-128_arch-aarch64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- pytest
2626
- pytest-cov
2727
- pytest-timeout
28-
- python>=3.10,<3.13
28+
- python>=3.10,<3.14
2929
- rapids-build-backend>=0.3.0,<0.4.0dev0
3030
- rapids-dask-dependency==25.8.*,>=0.0.0a0
3131
- setuptools>=64.0.0

conda/environments/all_cuda-128_arch-x86_64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- pytest
2626
- pytest-cov
2727
- pytest-timeout
28-
- python>=3.10,<3.13
28+
- python>=3.10,<3.14
2929
- rapids-build-backend>=0.3.0,<0.4.0dev0
3030
- rapids-dask-dependency==25.8.*,>=0.0.0a0
3131
- setuptools>=64.0.0

dependencies.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,12 @@ dependencies:
145145
packages:
146146
- python=3.12
147147
- matrix:
148+
py: "3.13"
148149
packages:
149-
- python>=3.10,<3.13
150+
- python=3.13
151+
- matrix:
152+
packages:
153+
- python>=3.10,<3.14
150154
run_python:
151155
common:
152156
- output_types: [conda, requirements, pyproject]

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ classifiers = [
3434
"Programming Language :: Python :: 3.10",
3535
"Programming Language :: Python :: 3.11",
3636
"Programming Language :: Python :: 3.12",
37+
"Programming Language :: Python :: 3.13",
3738
]
3839

3940
[project.scripts]

0 commit comments

Comments
 (0)