Skip to content

Commit 39bc404

Browse files
committed
ci: bump cython lower bound in cuda_core
1 parent 7a8d679 commit 39bc404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda_core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
[build-system]
6-
requires = ["setuptools>=77.0.0", "Cython>=3.0"]
6+
requires = ["setuptools>=77.0.0", "Cython>=3.1"]
77
build-backend = "setuptools.build_meta"
88

99

@@ -49,7 +49,7 @@ dependencies = [
4949
cu11 = ["cuda-bindings[all]==11.8.*"]
5050
cu12 = ["cuda-bindings[all]==12.*"]
5151
cu13 = ["cuda-bindings[all]==13.*"]
52-
test = ["cython>=3.0", "setuptools", "pytest>=6.2.4"]
52+
test = ["cython>=3.1", "setuptools", "pytest>=6.2.4"]
5353
test-cu11 = ["cuda-core[test]", "cupy-cuda11x", "cuda-toolkit[cudart]==11.*"] # runtime headers needed by CuPy
5454
test-cu12 = ["cuda-core[test]", "cupy-cuda12x", "cuda-toolkit[cudart]==12.*"] # runtime headers needed by CuPy
5555
test-cu13 = ["cuda-core[test]", "cupy-cuda13x", "cuda-toolkit[cudart]==13.*"] # runtime headers needed by CuPy

0 commit comments

Comments
 (0)