Skip to content

Commit 8a53276

Browse files
Update cython requirement from <4,>=3.1 to >=3.1.8,<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@3.1.0...3.1.8) --- updated-dependencies: - dependency-name: cython dependency-version: 3.1.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f03f9e commit 8a53276

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, >= 3.1",
6+
"Cython >= 3.1.8, < 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, >= 3.1
3+
cython >= 3.1.8, < 4
44
more_itertools == 11.*
55
mypy
66
setuptools >= 61

0 commit comments

Comments
 (0)