Skip to content

Commit 7d5207a

Browse files
committedJun 7, 2023
Declare support for Python 3.12
1 parent 3e65a46 commit 7d5207a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
rev: v2.3.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

+1
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

+1
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)
Please sign in to comment.