Skip to content

Commit 86042e0

Browse files
committed
pyoxidizer: install cffi 1.15 in test
This fixes a regression due to the 3.10 by default switch a few commits ago.
1 parent 2f8c87c commit 86042e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyoxidizer/src/py_packaging/packaging_tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ mod tests {
401401
&policy,
402402
LibpythonLinkMode::Dynamic,
403403
false,
404-
&["cffi==1.14.0".to_string()],
404+
&["cffi==1.15.0".to_string()],
405405
&HashMap::new(),
406406
)?;
407407

0 commit comments

Comments
 (0)