8000 typing · python/docsbuild-scripts@ce1ad49 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce1ad49

Browse files
committed
typing
1 parent e8bb577 commit ce1ad49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class Version:
159159
"""Represents a CPython version and its documentation build dependencies."""
160160

161161
name: str
162-
status: str
162+
status: Literal["EOL", "security-fixes", "stable", "pre-release", "in development"]
163163
branch_or_tag: str
164164

165165
STATUSES = {"EOL", "security-fixes", "stable", "pre-release", "in development"}

0 commit comments

Comments
 (0)
0