diff options
Diffstat (limited to 'pylint/checkers/base.py')
-rw-r--r-- | pylint/checkers/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/base.py b/pylint/checkers/base.py index fc8587e3d..582b0fdeb 100644 --- a/pylint/checkers/base.py +++ b/pylint/checkers/base.py @@ -541,6 +541,7 @@ class BasicErrorChecker(_BasicChecker): "continue-in-finally", "Emitted when the `continue` keyword is found " "inside a finally clause, which is a SyntaxError.", + {"maxversion": (3, 8)}, ), "E0117": ( "nonlocal name %s found without binding", |