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 ee47d2d commit 37ee02cCopy full SHA for 37ee02c
pyproject.toml
@@ -32,6 +32,7 @@ classifiers = [
32
"Programming Language :: Python :: 3.11",
33
"Programming Language :: Python :: 3.12",
34
"Programming Language :: Python :: 3.13",
35
+ "Programming Language :: Python :: 3.14",
36
"Programming Language :: Python :: Implementation :: CPython",
37
"Topic :: Software Development :: Libraries :: Python Modules",
38
]
@@ -94,7 +95,7 @@ write-changes = true
94
95
count = true
96
97
[tool.pyproject-fmt]
-max_supported_python = "3.13"
98
+max_supported_python = "3.14"
99
100
[tool.coverage]
101
run.branch = true
0 commit comments