From 67b13ef1a63446c091dbba3fed07ca7dc6d2f2b0 Mon Sep 17 00:00:00 2001 From: Matthew Murray Date: Sat, 22 Aug 2026 21:53:42 +0000 Subject: [PATCH 1/2] Pin Cython version for cython-lint pre-commit hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 129311a96233..a7b60f1e0444 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,6 +37,7 @@ repos: rev: v0.21.0 hooks: - id: cython-lint + additional_dependencies: ["cython>=3.2.2,<3.3.0a0"] - repo: https://github.com/pre-commit/mirrors-mypy rev: 'v2.3.0' hooks: From b55dd25a3d1d2301b473c5aa998db781731de99f Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Sun, 23 Aug 2026 05:50:25 -0700 Subject: [PATCH 2/2] Add cython upper bounds to conda recipes --- conda/recipes/cudf/recipe.yaml | 2 +- conda/recipes/cudf_kafka/recipe.yaml | 2 +- conda/recipes/cudf_streaming/recipe.yaml | 2 +- conda/recipes/pylibcudf/recipe.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/recipes/cudf/recipe.yaml b/conda/recipes/cudf/recipe.yaml index fe48df509780..acc2a6a33f83 100644 --- a/conda/recipes/cudf/recipe.yaml +++ b/conda/recipes/cudf/recipe.yaml @@ -69,7 +69,7 @@ requirements: - cuda-version =${{ cuda_version }} - ${{ stdlib("c") }} host: - - cython >=3.2.2 + - cython >=3.2.2,<3.3.0a0 - pip - python =${{ py_abi_min }} - python-abi3 ${{ py_abi_min }}.* diff --git a/conda/recipes/cudf_kafka/recipe.yaml b/conda/recipes/cudf_kafka/recipe.yaml index f23a383cca62..b2dd647e6eb3 100644 --- a/conda/recipes/cudf_kafka/recipe.yaml +++ b/conda/recipes/cudf_kafka/recipe.yaml @@ -69,7 +69,7 @@ requirements: - cuda-version =${{ cuda_version }} - ${{ stdlib("c") }} host: - - cython >=3.2.2 + - cython >=3.2.2,<3.3.0a0 - pip - python =${{ py_abi_min }} - python-abi3 ${{ py_abi_min }}.* diff --git a/conda/recipes/cudf_streaming/recipe.yaml b/conda/recipes/cudf_streaming/recipe.yaml index 21b665e6d501..3729bdbc2c7a 100644 --- a/conda/recipes/cudf_streaming/recipe.yaml +++ b/conda/recipes/cudf_streaming/recipe.yaml @@ -69,7 +69,7 @@ requirements: - cuda-version =${{ cuda_version }} - ${{ stdlib("c") }} host: - - cython >=3.2.2 + - cython >=3.2.2,<3.3.0a0 - pip - python =${{ py_abi_min }} - python-abi3 ${{ py_abi_min }}.* diff --git a/conda/recipes/pylibcudf/recipe.yaml b/conda/recipes/pylibcudf/recipe.yaml index 4040614f9f4d..4ce37b2f14e4 100644 --- a/conda/recipes/pylibcudf/recipe.yaml +++ b/conda/recipes/pylibcudf/recipe.yaml @@ -69,7 +69,7 @@ requirements: - cuda-version =${{ cuda_version }} - ${{ stdlib("c") }} host: - - cython >=3.2.2 + - cython >=3.2.2,<3.3.0a0 - pip - python =${{ py_abi_min }} - python-abi3 ${{ py_abi_min }}.*