Skip to content

Commit 9cda6ab

Browse files
committed
📦 pkg: declare Python 3.15 support
1 parent 81181aa commit 9cda6ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.12",
3131
"Programming Language :: Python :: 3.13",
3232
"Programming Language :: Python :: 3.14",
33+
"Programming Language :: Python :: 3.15",
3334
"Programming Language :: Python :: Implementation :: CPython",
3435
"Topic :: Software Development :: Libraries :: Python Modules",
3536
]
@@ -97,7 +98,7 @@ write-changes = true
9798
count = true
9899

99100
[tool.pyproject-fmt]
100-
max_supported_python = "3.14"
101+
max_supported_python = "3.15"
101102

102103
[tool.ty]
103104
environment.python-version = "3.14"

0 commit comments

Comments
 (0)