Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 65baae3

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 65baae3

2 files changed

Lines changed: 55 additions & 2 deletions

File tree

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)