We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3e65a46 commit 7d5207aCopy full SHA for 7d5207a
.pre-commit-config.yaml
@@ -50,7 +50,7 @@ repos:
50
rev: v2.3.0
51
hooks:
52
- id: setup-cfg-fmt
53
- args: ["--max-py-version=3.11", "--include-version-classifiers"]
+ args: ["--max-py-version=3.12", "--include-version-classifiers"]
54
- repo: https://github.com/pre-commit/pygrep-hooks
55
rev: v1.10.0
56
changelog/10894.bugfix.rst
@@ -0,0 +1 @@
1
+Support for Python 3.12 (beta at the time of writing).
setup.cfg
@@ -22,6 +22,7 @@ classifiers =
22
Programming Language :: Python :: 3.9
23
Programming Language :: Python :: 3.10
24
Programming Language :: Python :: 3.11
25
+ Programming Language :: Python :: 3.12
26
Topic :: Software Development :: Libraries
27
Topic :: Software Development :: Testing
28
Topic :: Utilities
0 commit comments