Skip to content

Commit 68304a6

Browse files
committed
fix
1 parent 1b0f058 commit 68304a6

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
@@ -72,7 +72,7 @@ fn verify_python_in_homebrew_contaner() {
7272
let python3_12 = PythonEnvironment {
7373
kind: Some(PythonEnvironmentKind::Homebrew),
7474
executable: Some(PathBuf::from("/home/linuxbrew/.linuxbrew/bin/python3.12")),
75-
version: Some("3.12.7".to_string()), // This can change on CI, so we don't check it
75+
version: Some("3.12.8".to_string()), // This can change on CI, so we don't check it
7676
symlinks: Some(vec![
7777
// For older versions of Python, we do not have a tonne of symlinks,
7878
// E.g. for 3.12.7 (which was the latest at some point, at a lot of symlinks)

0 commit comments

Comments
 (0)