We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17d3b0 commit f07017fCopy full SHA for f07017f
.pre-commit-config.yaml
@@ -52,7 +52,7 @@ repos:
52
rev: v2.1.0
53
hooks:
54
- id: setup-cfg-fmt
55
- args: ["--max-py-version=3.10", "--include-version-classifiers"]
+ args: ["--max-py-version=3.11", "--include-version-classifiers"]
56
- repo: https://github.com/pre-commit/pygrep-hooks
57
rev: v1.9.0
58
setup.cfg
@@ -21,6 +21,7 @@ classifiers =
21
Programming Language :: Python :: 3.8
22
Programming Language :: Python :: 3.9
23
Programming Language :: Python :: 3.10
24
+ Programming Language :: Python :: 3.11
25
Topic :: Software Development :: Libraries
26
Topic :: Software Development :: Testing
27
Topic :: Utilities
0 commit comments