diff --git a/src/black/resources/black.schema.json b/src/black/resources/black.schema.json index 5c800775d57..66f33c83902 100644 --- a/src/black/resources/black.schema.json +++ b/src/black/resources/black.schema.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."