Skip to content

Commit f07017f

Browse files
authored
Add the PyPI classifier for Python 3.11 (#10426)
1 parent a17d3b0 commit f07017f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repos:
5252
rev: v2.1.0
5353
hooks:
5454
- id: setup-cfg-fmt
55-
args: ["--max-py-version=3.10", "--include-version-classifiers"]
55+
args: ["--max-py-version=3.11", "--include-version-classifiers"]
5656
- repo: https://github.com/pre-commit/pygrep-hooks
5757
rev: v1.9.0
5858
hooks:

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.8
2222
Programming Language :: Python :: 3.9
2323
Programming Language :: Python :: 3.10
24+
Programming Language :: Python :: 3.11
2425
Topic :: Software Development :: Libraries
2526
Topic :: Software Development :: Testing
2627
Topic :: Utilities

0 commit comments

Comments
 (0)