Skip to content

Commit 3bb8448

Browse files
committed
Update build-system Cython requirement to v3.0.0 in pyproject.toml
1 parent 1e3fbeb commit 3bb8448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# plotpy setup configuration file
22

33
[build-system]
4-
requires = ["setuptools", "wheel", "cython ~= 0.29.0", "numpy >= 2.0.0"]
4+
requires = ["setuptools", "wheel", "cython >= 3.0.0", "numpy >= 2.0.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]

0 commit comments

Comments
 (0)