Skip to content

Commit 593f753

Browse files
committed
test.py: switch to python >=3.12
Ubuntu 24.04 packages 3.12 so it would be good to be able to run on the current LTS release and I don't think we use newer Python features.
1 parent eb9e09a commit 593f753

File tree

2 files changed

+55
-2
lines changed

2 files changed

+55
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "c2rust-testsuite"
33
version = "0.21.0"
4-
requires-python = ">=3.14"
4+
requires-python = ">=3.12"
55
dependencies = [
66
"distro>=1.9.0",
77
"jinja2>=3.1.6",

uv.lock

Lines changed: 54 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)