Declare support for Python 3.10 (#2562)
This commit is contained in:
parent
147d075a4c
commit
3cb010ec8e
@ -10,6 +10,7 @@
|
||||
- Add partial support for the match statement. As it's experimental, it's only enabled
|
||||
when `--target-version py310` is explicitly specified (#2586)
|
||||
- Add support for parenthesized with (#2586)
|
||||
- Declare support for Python 3.10 for running Black (#2562)
|
||||
|
||||
## 21.10b0
|
||||
|
||||
|
1
setup.py
1
setup.py
@ -104,6 +104,7 @@ def get_long_description() -> str:
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Topic :: Software Development :: Quality Assurance",
|
||||
|
Loading…
Reference in New Issue
Block a user