Skip to content

Commit 5c6842c

Browse files
committed
Support for Python 3.14
1 parent febf6e5 commit 5c6842c

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,8 +18,9 @@ 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
]
22-
requires-python = ">=3.10"
23+
requires-python = ">=3.10,<3.14"
2324
# This is duplicate, must also be changed below in the pixi configuration
2425
dependencies = [
2526
"pyyaml>=6.0,<7.0",

0 commit comments

Comments
 (0)