Skip to content

Commit baa61a5

Browse files
committed
Update to add py3.14 to classifiers
1 parent e261a3f commit baa61a5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ repos:
5252
rev: v2.16.0
5353
hooks:
5454
- id: pyproject-fmt
55-
args: ["--max-supported-python", "3.13"]
5655
additional_dependencies: ["tox>=4.9"]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
3434
"Programming Language :: Python :: 3.13",
35+
"Programming Language :: Python :: 3.14",
3536
"Programming Language :: Python :: Implementation :: CPython",
3637
"Programming Language :: Python :: Implementation :: PyPy",
3738
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)