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 2b6fb51 commit 5535b5dCopy full SHA for 5535b5d
Cargo.toml
@@ -19,5 +19,5 @@ rustpython-literal = ">=0.4.0"
19
[dev-dependencies]
20
rustpython-parser = "0.4.0"
21
rustpython-ast = { version = "0.4.0", features = ["fold", "unparse"] }
22
-rand = "0.8.5"
+rand = "0.9.2"
23
pretty_assertions = "1.4.1"
pyproject.toml
@@ -5,8 +5,8 @@ description = "Default template for PDM package"
5
authors = [
6
{name = "Jan Vollmer", email = "jan@vllmr.dev"},
7
]
8
-dependencies = ["pysource-codegen>=0.6.0"]
9
-requires-python = ">=3.10"
+dependencies = ["pysource-codegen>=0.7.1"]
+requires-python = ">=3.13.7"
10
readme = "README.md"
11
license = {text = "MIT"}
12
0 commit comments