Skip to content

Commit

Permalink
Declare support for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 14, 2021
1 parent 62ed538 commit 6cfd6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -8,6 +8,7 @@
- Add new `--workers` parameter (#2514)
- Fixed feature detection for positional-only arguments in lambdas (#2532)
- Bumped typed-ast version minimum to 1.4.3 for 3.10 compatiblity (#2519)
- Declare support for Python 3.10 (#2562)

### _Blackd_

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 6cfd6b1

Please sign in to comment.