From acfec92ce63ed2723db4867840450d56d288fb18 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Thu, 16 Nov 2023 15:20:17 -0800 Subject: [PATCH] Link Python 3.12 feedstock issue in comment --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4a4f1dc..e7d6b1f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,6 +20,7 @@ build: number: 3 # Cython 0.29.x seems not to be fully compatible with Python 3.12, skipping for now. # This can be removed in a later CUDA Python that supports Cython 3.x. + # xref: https://github.com/conda-forge/cuda-python-feedstock/issues/57 skip: true # [osx or cuda_compiler_version != "12.0" or py == 312] script: - {{ PYTHON }} -m pip install . --no-deps -vv