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 eb9d039 commit a6f6815
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 @@ -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 (#2562)

## 21.10b0

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 a6f6815

Please sign in to comment.