diff --git a/nixprstatus/pr.py b/nixprstatus/pr.py index 703cc06..1e87c39 100644 --- a/nixprstatus/pr.py +++ b/nixprstatus/pr.py @@ -9,9 +9,9 @@ from nixprstatus.output import OutputFormat DEFAULT_HEADERS = { "Accept": "application/vnd.github.text+json", } -DEFAULT_BRANCHES = ["master", "nixos-unstable-small", "nixos-unstable", "nixos-25.05"] -STABLE_BRANCH = "nixos-25.05" -BACKPORT_LABEL = "backport release-25.05" +DEFAULT_BRANCHES = ["master", "nixos-unstable-small", "nixos-unstable", "nixos-25.11"] +STABLE_BRANCH = "nixos-25.11" +BACKPORT_LABEL = "backport release-25.11" class PRStatus(BaseModel):