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 0096928 commit fe92e0eCopy full SHA for fe92e0e
pyproject.toml
@@ -8,12 +8,12 @@ dynamic = ["version"]
8
description = "Human-oriented CLI for interacting with CFEngine tools"
9
readme = "README.md"
10
license = {file = "LICENSE"}
11
-requires-python = ">=3.9"
+requires-python = ">=3.10"
12
dependencies = [
13
"cf-remote>=0.6.4",
14
"cfbs>=4.4.3",
15
"tree-sitter-cfengine>=1.0.10",
16
- "tree-sitter>=0.23",
+ "tree-sitter>=0.25",
17
"markdown-it-py>=3.0.0",
18
]
19
classifiers = [
0 commit comments