Skip to content

Commit 5018774

Browse files
committed
Declare support for Python 3.12
1 parent f9a896a commit 5018774

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
rev: v2.2.0
5151
hooks:
5252
- id: setup-cfg-fmt
53-
args: ["--max-py-version=3.11", "--include-version-classifiers"]
53+
args: ["--max-py-version=3.12", "--include-version-classifiers"]
5454
- repo: https://github.com/pre-commit/pygrep-hooks
5555
rev: v1.10.0
5656
hooks:

changelog/10894.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Support for Python 3.12 (beta at the time of writing).

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers =
2222
Programming Language :: Python :: 3.9
2323
Programming Language :: Python :: 3.10
2424
Programming Language :: Python :: 3.11
25+
Programming Language :: Python :: 3.12
2526
Topic :: Software Development :: Libraries
2627
Topic :: Software Development :: Testing
2728
Topic :: Utilities

0 commit comments

Comments
 (0)