From 0accd88a1d5da9e569f4fafc8fb4d29da3bff209 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 26 Feb 2024 17:18:21 -0600 Subject: [PATCH] Add support for Python 3.11. --- README.md | 2 +- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-122_arch-x86_64.yaml | 2 +- dependencies.yaml | 6 +++++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b38f195d8..b310bc9ca 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ cuSpatial can be installed with conda (miniconda, or the full Anaconda distribut ```shell conda install -c rapidsai -c conda-forge -c nvidia \ - cuspatial=24.04 python=3.10 cudatoolkit=11.8 + cuspatial=24.04 python=3.11 cudatoolkit=11.8 ``` We also provide nightly Conda packages built from the HEAD of our latest development branch. diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 0cb8bdf64..6dfe55b19 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -39,7 +39,7 @@ dependencies: - pytest - pytest-cov - pytest-xdist -- python>=3.9,<3.11 +- python>=3.9,<3.12 - rmm==24.4.* - scikit-build-core>=0.7.0 - scikit-image diff --git a/conda/environments/all_cuda-122_arch-x86_64.yaml b/conda/environments/all_cuda-122_arch-x86_64.yaml index 09e0ffcc6..9c431d19d 100644 --- a/conda/environments/all_cuda-122_arch-x86_64.yaml +++ b/conda/environments/all_cuda-122_arch-x86_64.yaml @@ -41,7 +41,7 @@ dependencies: - pytest - pytest-cov - pytest-xdist -- python>=3.9,<3.11 +- python>=3.9,<3.12 - rmm==24.4.* - scikit-build-core>=0.7.0 - scikit-image diff --git a/dependencies.yaml b/dependencies.yaml index f8e8b8a17..2c36f1a2c 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -324,8 +324,12 @@ dependencies: packages: - python=3.10 - matrix: + py: "3.11" packages: - - python>=3.9,<3.11 + - python=3.11 + - matrix: + packages: + - python>=3.9,<3.12 run_python_cuspatial: common: - output_types: [conda, requirements, pyproject]