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