Skip to content

Commit 027bd3d

Browse files
committed
refactor: drop support for Python 3.10
1 parent 6d52f2c commit 027bd3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/recipes/rapids-xgboost/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requirements:
2323
host:
2424
- cuda-version =${{ cuda_version }}
2525
- pip
26-
- python >=3.10
26+
- python >=3.11
2727
run:
2828
- ${{ pin_compatible("cuda-version", upper_bound="x", lower_bound="x") }}
2929
- nccl ${{ nccl_version }}

conda/recipes/rapids/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requirements:
2424
host:
2525
- cuda-version =${{ cuda_version }}
2626
- pip
27-
- python >=3.10
27+
- python >=3.11
2828
run:
2929
- ${{ pin_compatible("cuda-version", upper_bound="x", lower_bound="x") }}
3030
- cupy ${{ cupy_version }}

0 commit comments

Comments
 (0)