From b9746bfa320cdd1464eb6c91fbadad35c84d2459 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Sun, 9 Aug 2026 15:03:34 +0200 Subject: Harden build workflows and OBS selection Add preflight, cancellation, confined status, and timeout handling for local Sailfish and remote Android build jobs. Vendor helper 2.0.0 with explicit backend/pull controls, build locking, local RPM validation, metadata, and structured failure reporting. Expose named internal, partner, and community OBS servers while retaining raw osc API aliases. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 0a4851f..dac1f4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "sailfish-devel-mcp" version = "0.1.0" description = "Host-side MCP server for Sailfish OS development workflows" readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.10" license = { text = "0BSD" } authors = [{ name = "Andrew Branson" }] dependencies = [] @@ -17,4 +17,3 @@ sailfish-devel-mcp = "sailfish_devel_mcp.server:main" [tool.setuptools.packages.find] where = ["src"] - -- cgit v1.2.3