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

+1-1
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)