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 913cffa commit a7416a5Copy full SHA for a7416a5
.pre-commit-config.yaml
@@ -42,6 +42,7 @@ repos:
42
rev: v1.17.0
43
hooks:
44
- id: setup-cfg-fmt
45
+ args: [--max-py-version=3.10]
46
- repo: https://github.com/pre-commit/pygrep-hooks
47
rev: v1.8.0
48
changelog/8494.feature.rst
@@ -0,0 +1 @@
1
+Python 3.10 is now supported.
setup.cfg
@@ -21,6 +21,7 @@ classifiers =
21
Programming Language :: Python :: 3.7
22
Programming Language :: Python :: 3.8
23
Programming Language :: Python :: 3.9
24
+ Programming Language :: Python :: 3.10
25
Topic :: Software Development :: Libraries
26
Topic :: Software Development :: Testing
27
Topic :: Utilities
0 commit comments