Skip to content

Commit e2ac62c

Browse files
Update cython requirement from <4,>=0.29 to >=3.2.4,<4
Updates the requirements on [cython](https://github.com/cython/cython) to permit the latest version. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](cython/cython@0.29...3.2.4) --- updated-dependencies: - dependency-name: cython dependency-version: 3.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a74a7a9 commit e2ac62c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"Cython < 4, >= 0.29",
6+
"Cython >= 3.2.4, < 4",
77
"setuptools >= 61",
88
]
99
build-backend = "setuptools.build_meta"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build
22
colorama == 0.4.*
3-
cython < 4, >= 0.29
3+
cython >= 3.2.4, < 4
44
more_itertools == 10.*
55
mypy
66
setuptools >= 61

0 commit comments

Comments
 (0)