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 4775be4Copy full SHA for 4775be4
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.1"
23
pretty_assertions = "1.4.1"
pyproject.toml
@@ -6,7 +6,7 @@ authors = [
6
{name = "Jan Vollmer", email = "jan@vllmr.dev"},
7
]
8
dependencies = ["pysource-codegen>=0.6.0"]
9
-requires-python = ">=3.10"
+requires-python = ">=3.13.3"
10
readme = "README.md"
11
license = {text = "MIT"}
12
0 commit comments