Skip to content

Commit 91a741a

Browse files
committed
Bump Cython version
1 parent 1222827 commit 91a741a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "Cython>=3.1.1"]
2+
requires = ["setuptools", "Cython>=3.1.4"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython==3.1.1
1+
cython==3.1.4
22
setuptools
33
pytest
44
pytest-asyncio

0 commit comments

Comments
 (0)