From 486eab47da3958e6104c5a41bd668581ad1829e1 Mon Sep 17 00:00:00 2001 From: Kyle Gottfried Date: Thu, 12 Oct 2023 08:37:33 -0400 Subject: [PATCH] Update README.md - cleanup for #1162 Cleanup for #1162 - YAPF running under Python 3.7 against 3.11 code will work now that it's based on ylib2to3 instead of lib2to3. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index f1d9e368d..c798165a2 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,6 @@ YAPF is supported by multiple editors via community extensions or plugins. See [ YAPF supports Python 3.7+. -> **Note** -> YAPF requires the code it formats to be valid Python for the version YAPF -> itself runs under. - ## Usage