mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 04:45:01 +00:00
[red-knot] Default to python 3.9 (#14429)
This commit is contained in:
parent
577653551c
commit
d99210c049
8 changed files with 40 additions and 34 deletions
|
@ -39,7 +39,7 @@ impl PythonVersion {
|
|||
|
||||
impl Default for PythonVersion {
|
||||
fn default() -> Self {
|
||||
Self::PY38
|
||||
Self::PY39
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue