Skip to content

Commit dfb638a

Browse files
committed
try Cython 3.0
1 parent e5249f8 commit dfb638a

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
@@ -2,7 +2,7 @@
22
requires = [
33
# Also declared in requirements.txt, if updating here please also update
44
# there
5-
"Cython~=0.29.30",
5+
"Cython~=3.0.0",
66
"setuptools >= 35.0.2",
77
]
88
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Also declared in pyproject.toml, if updating here please also update there.
2-
Cython~=0.29.30
2+
Cython~=3.0.0
33

44
# Tools required only for development. No need to add it to pyproject.toml file.
55
black==23.3.0

0 commit comments

Comments
 (0)