Add classifier for Python 3.10 and CHANGELOG entry

This commit is contained in:
Bruno Oliveira 2021-03-27 11:04:26 -03:00
parent 913cffa45f
commit a7416a535a
3 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@ repos:
rev: v1.17.0
hooks:
- id: setup-cfg-fmt
args: [--max-py-version=3.10]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.8.0
hooks:

View File

@ -0,0 +1 @@
Python 3.10 is now supported.

View File

@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries
Topic :: Software Development :: Testing
Topic :: Utilities