From 1a23fabbcb0b96095ba12a44e82becebc5d30475 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 16 Oct 2023 11:58:36 -0400 Subject: [PATCH] Bump to Python 3.12 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8fd4aa..e085f51 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ If you'd like to run Ruff in lieu of another formatter altogether, be sure to un ## Requirements This extension requires a version of the VSCode Python extension that supports Python 3.7+. Ruff -itself is compatible with Python 3.7 to 3.11. +itself is compatible with Python 3.7 to 3.12. ## Development