[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
}
}