Skip to content

Commit 37ee02c

Browse files
authored
🔧 chore: add Python 3.14 classifier (#203)
1 parent ee47d2d commit 37ee02c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
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
"Topic :: Software Development :: Libraries :: Python Modules",
3738
]
@@ -94,7 +95,7 @@ write-changes = true
9495
count = true
9596

9697
[tool.pyproject-fmt]
97-
max_supported_python = "3.13"
98+
max_supported_python = "3.14"
9899

99100
[tool.coverage]
100101
run.branch = true

0 commit comments

Comments
 (0)