sed pyproject.toml to allow newer versions of python

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2026-06-08 17:23:14 +08:00
committed by GitHub
parent 8792ca3733
commit f4776a8c04
@@ -29,6 +29,7 @@ Summary: %{summary}
%prep
%autosetup -n easyspeak-%{version}
sed -E '/^requires-python/c requires-python = ">=3.10"' -i pyproject.toml
%build
%pyproject_wheel