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 febf6e5 commit 5c6842cCopy full SHA for 5c6842c
pyproject.toml
@@ -18,8 +18,9 @@ classifiers = [
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
20
"Programming Language :: Python :: 3.13",
21
+ "Programming Language :: Python :: 3.14",
22
]
-requires-python = ">=3.10"
23
+requires-python = ">=3.10,<3.14"
24
# This is duplicate, must also be changed below in the pixi configuration
25
dependencies = [
26
"pyyaml>=6.0,<7.0",
0 commit comments