[ty] Default to latest supported python version (#17938)

This commit is contained in:
Micha Reiser 2025-05-08 16:58:35 +02:00 committed by GitHub
parent 5eb215e8e5
commit 067a8ac574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 85 additions and 6 deletions

View file

@ -191,7 +191,7 @@ mod tests {
Program::from_settings(
&db,
ProgramSettings {
python_version: PythonVersion::latest(),
python_version: PythonVersion::latest_ty(),
python_platform: PythonPlatform::default(),
search_paths: SearchPathSettings {
extra_paths: vec![],