Skip to content

Commit c29c047

Browse files
committed
update cython version
1 parent 72a8b36 commit c29c047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=78", "Cython>=3.1.0"]
2+
requires = ["setuptools>=78", "Cython>=3.2.4"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -41,7 +41,7 @@ Repository = "https://github.com/citiususc/omp4py.git"
4141
Issues = "https://github.com/citiususc/omp4py/issues"
4242

4343
[project.optional-dependencies]
44-
compile = ["setuptools>=78", "Cython>=3.1.0"]
44+
compile = ["setuptools>=78", "Cython>=3.2.4"]
4545
all = ['omp4py[compile]']
4646

4747
[dependency-groups]

0 commit comments

Comments
 (0)