Skip to content

Commit e4e603d

Browse files
committed
build: update cffi dependency version to the latest. Building older cffi fails on GH actions
1 parent 03e63ed commit e4e603d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
"Typing :: Typed",
2929
]
3030
dependencies = [
31-
"cffi>=1.11.5",
31+
"cffi>=1.17",
3232
]
3333

3434
[project.urls]

0 commit comments

Comments
 (0)