diff --git a/release.py b/release.py index 0349067..d8e8552 100755 --- a/release.py +++ b/release.py @@ -37,7 +37,7 @@ tag_cre = re.compile(r"(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:([ab]|rc)(\d+))?$") -class ReleaseShelf(Protocol): # this will be easier to type in 3.13 +class ReleaseShelf(Protocol): def close(self) -> None: ... @overload