Add classifier for Python 3.10 and CHANGELOG entry
This commit is contained in:
parent
913cffa45f
commit
a7416a535a
|
@ -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:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Python 3.10 is now supported.
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue