[red-knot] Default to python 3.9 (#14429)

This commit is contained in:
Micha Reiser
2024-11-18 12:27:40 +01:00
committed by GitHub
parent 577653551c
commit d99210c049
8 changed files with 40 additions and 34 deletions

View File

@@ -39,7 +39,7 @@ impl PythonVersion {
impl Default for PythonVersion {
fn default() -> Self {
Self::PY38
Self::PY39
}
}