From 22e9ef287e0046fe5870097a8da89a020d07c98f Mon Sep 17 00:00:00 2001 From: Avasam Date: Sun, 7 Dec 2025 00:36:09 -0500 Subject: [PATCH] Revert "[CI] Constraint transient test dependency on pyobjc" This reverts commit 4fd42a06ebcb89f1e41105994b063a518cc05f36. Revert "[CI] Constraint transient test dependency on pyobjc" This reverts commit 4fd42a06ebcb89f1e41105994b063a518cc05f36. pyobjc release 12.0 was yanked and 12.1 is properly marked as Python 3.10+ --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 797362dea5..5988fed8cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,6 @@ test = [ "tomli-w>=1.0.0", "pytest-timeout", 'pytest-perf; sys_platform != "cygwin"', # workaround for jaraco/inflect#195, pydantic/pydantic-core#773 (see #3986) - 'pyobjc<12; sys_platform == "darwin" and python_version <= "3.9"', # workaround for #5105 # for tools/finalize.py 'jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"', "pytest-home >= 0.5",