diff --git a/stubs/JACK-Client/METADATA.toml b/stubs/JACK-Client/METADATA.toml index b192bf639cf1..40a0bac719cf 100644 --- a/stubs/JACK-Client/METADATA.toml +++ b/stubs/JACK-Client/METADATA.toml @@ -5,9 +5,7 @@ dependencies = ["numpy>=1.20", "types-cffi"] [tool.stubtest] # darwin and win32 are equivalent -# TODO (2026-06-26): darwin temporarily disabled, see -# https://github.com/python/typeshed/issues/15947 -ci-platforms = ["linux"] +ci-platforms = ["darwin", "linux"] apt-dependencies = ["libjack-dev"] brew-dependencies = ["jack"] # No need to install on the CI. Leaving here as information for Windows contributors.