Skip to content

Commit 1b0f058

Browse files
committed
fix
1 parent 7531a3f commit 1b0f058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pet/tests/ci_homebrew_container.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fn verify_python_in_homebrew_contaner() {
8888
let python3_11 = PythonEnvironment {
8989
kind: Some(PythonEnvironmentKind::Homebrew),
9090
executable: Some(PathBuf::from("/home/linuxbrew/.linuxbrew/bin/python3.11")),
91-
version: Some("3.11.10".to_string()), // This can change on CI, so we don't check it
91+
version: Some("3.11.11".to_string()), // This can change on CI, so we don't check it
9292
symlinks: Some(vec![
9393
// For older versions of Python, we do not have a tonne of symlinks,
9494
// E.g. for 3.12.7 (which was the latest at some point, at a lot of symlinks)

0 commit comments

Comments
 (0)