We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0f058 commit 68304a6Copy full SHA for 68304a6
crates/pet/tests/ci_homebrew_container.rs
@@ -72,7 +72,7 @@ fn verify_python_in_homebrew_contaner() {
72
let python3_12 = PythonEnvironment {
73
kind: Some(PythonEnvironmentKind::Homebrew),
74
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
+ version: Some("3.12.8".to_string()), // This can change on CI, so we don't check it
76
symlinks: Some(vec![
77
// For older versions of Python, we do not have a tonne of symlinks,
78
// E.g. for 3.12.7 (which was the latest at some point, at a lot of symlinks)
0 commit comments