Skip to content

Commit

Permalink
Add classifier for Python 3.10 and CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Mar 27, 2021
1 parent 913cffa commit a7416a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions changelog/8494.feature.rst
@@ -0,0 +1 @@
Python 3.10 is now supported.
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -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
Expand Down

0 comments on commit a7416a5

Please sign in to comment.