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 75209d9 commit 52fa735Copy full SHA for 52fa735
.pre-commit-config.yaml
@@ -50,7 +50,7 @@ repos:
50
rev: v2.2.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