From 8ad69717fdf881b462df869347c5107ea4865ef1 Mon Sep 17 00:00:00 2001 From: Joe J Collins Date: Tue, 12 Nov 2024 21:14:28 +0000 Subject: [PATCH] Black supports Python 3.13 (#4211) --- src/schemas/json/partial-black.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/schemas/json/partial-black.json b/src/schemas/json/partial-black.json index b77dedcb798..982d9404345 100644 --- a/src/schemas/json/partial-black.json +++ b/src/schemas/json/partial-black.json @@ -27,7 +27,8 @@ "py39", "py310", "py311", - "py312" + "py312", + "py313" ] }, "description": "Python versions that should be supported by Black's output. You should include all versions that your code supports. By default, Black will infer target versions from the project metadata in pyproject.toml. If this does not yield conclusive results, Black will use per-file auto-detection."