Skip to content

Commit b45343a

Browse files
author
Konstantin
committed
officially support 3.14
1 parent e9abc84 commit b45343a

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
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2122
]
2223
dependencies = [
2324
"pytz"
@@ -56,7 +57,7 @@ Homepage = "https://github.com/Hochfrequenz/chronomeleon"
5657

5758
[tool.black]
5859
line-length = 120
59-
target_version = ["py310", "py311", "py312", "py313"]
60+
target_version = ["py310", "py311", "py312", "py313", "py314"]
6061

6162
[tool.isort]
6263
line_length = 120

0 commit comments

Comments
 (0)