From 49dc9c2286409e19db4855b3054dfcbea44a6aa9 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 29 Jul 2025 09:28:31 -0600 Subject: [PATCH] ci: include iOS 3.14 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f331d9..908086d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ testpaths = ["tests"] [tool.cibuildwheel] build-frontend = "build[uv]" enable = ["pypy"] -skip = ["cp314-ios*"] # broken upstream test-command = "python -m pytest tests" test-sources = ["pyproject.toml", "tests"] test-groups = ["test"]