Main branch protection still requires retired check names: Type Check, Test (Python 3.11), Test (Python 3.12), Test (Python 3.13), and Build Package.
Current PR CI publishes Lint, Dependency Audit, and Supported Platforms / <os> / Python <version> checks instead. As a result, PR #36 reports mergeable_state: blocked even though every supported Python 3.12 through 3.14 platform cell and all current blocking jobs pass.
Update the required-check policy to match the current workflow and decide whether the informational Python 3.15 checks should be excluded until they become supported. Administrators are currently exempt from enforcement, which permits merges but does not give contributors an accurate merge signal.
Main branch protection still requires retired check names:
Type Check,Test (Python 3.11),Test (Python 3.12),Test (Python 3.13), andBuild Package.Current PR CI publishes
Lint,Dependency Audit, andSupported Platforms / <os> / Python <version>checks instead. As a result, PR #36 reportsmergeable_state: blockedeven though every supported Python 3.12 through 3.14 platform cell and all current blocking jobs pass.Update the required-check policy to match the current workflow and decide whether the informational Python 3.15 checks should be excluded until they become supported. Administrators are currently exempt from enforcement, which permits merges but does not give contributors an accurate merge signal.