Skip to content

Commit a7416a5

Browse files
committed
Add classifier for Python 3.10 and CHANGELOG entry
1 parent 913cffa commit a7416a5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ repos:
4242
rev: v1.17.0
4343
hooks:
4444
- id: setup-cfg-fmt
45+
args: [--max-py-version=3.10]
4546
- repo: https://github.com/pre-commit/pygrep-hooks
4647
rev: v1.8.0
4748
hooks:

changelog/8494.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Python 3.10 is now supported.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers =
2121
Programming Language :: Python :: 3.7
2222
Programming Language :: Python :: 3.8
2323
Programming Language :: Python :: 3.9
24+
Programming Language :: Python :: 3.10
2425
Topic :: Software Development :: Libraries
2526
Topic :: Software Development :: Testing
2627
Topic :: Utilities

0 commit comments

Comments
 (0)