Skip to content

Commit

Permalink
Black supports Python 3.13 (#4211)
Browse files Browse the repository at this point in the history
  • Loading branch information
joejcollins authored Nov 12, 2024
1 parent 6a06df5 commit 8ad6971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/schemas/json/partial-black.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 8ad6971

Please sign in to comment.