[ty] Default to latest supported python version (#17938)
This commit is contained in:
@@ -2734,7 +2734,7 @@ mod tests {
|
||||
|
||||
Program::get(&db)
|
||||
.set_python_version(&mut db)
|
||||
.to(PythonVersion::latest());
|
||||
.to(PythonVersion::latest_ty());
|
||||
|
||||
for class in KnownClass::iter() {
|
||||
assert_ne!(
|
||||
|
||||
Reference in New Issue
Block a user