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 81181aa commit 9cda6abCopy full SHA for 9cda6ab
1 file changed
pyproject.toml
@@ -30,6 +30,7 @@ classifiers = [
30
"Programming Language :: Python :: 3.12",
31
"Programming Language :: Python :: 3.13",
32
"Programming Language :: Python :: 3.14",
33
+ "Programming Language :: Python :: 3.15",
34
"Programming Language :: Python :: Implementation :: CPython",
35
"Topic :: Software Development :: Libraries :: Python Modules",
36
]
@@ -97,7 +98,7 @@ write-changes = true
97
98
count = true
99
100
[tool.pyproject-fmt]
-max_supported_python = "3.14"
101
+max_supported_python = "3.15"
102
103
[tool.ty]
104
environment.python-version = "3.14"
0 commit comments