-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Milestone
Description
To finalize our stabilization of support for Python 3.14, we should address this TODO:
ruff/crates/ruff_python_ast/src/python_version.rs
Lines 58 to 61 in 5cace28
| // TODO: change this to 314 when it is released | |
| pub const fn latest() -> Self { | |
| Self::PY313 | |
| } |