Support --target-version for Python 3.10 #2612
Labels
C: parser
How we parse code. Or fail to parse it.
help wanted
Extra attention is needed
T: enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I plan to start using Python 3.10 and wonder what I can specify as
--target-version
!?Describe the solution you'd like
black --help
shall list how I specify a Python 3.10 target version.Describe alternatives you've considered
I installed Pyrhon 3.10 and the latest
black
version to see ifblack --help
lists an appropriate target version.Additional context
I looked through open issues here before I wrote the current one.
The text was updated successfully, but these errors were encountered: