Update to Python 3.14.0b2 (#14182)

This commit is contained in:
Sebastian Rittau
2025-05-28 12:02:19 +02:00
committed by GitHub
parent 033c85df99
commit 38ec95323e
5 changed files with 38 additions and 19 deletions
+1 -7
View File
@@ -281,13 +281,7 @@ class HelpFormatter:
if sys.version_info >= (3, 14):
def __init__(
self,
prog: str,
indent_increment: int = 2,
max_help_position: int = 24,
width: int | None = None,
prefix_chars: str = "-",
color: bool = False,
self, prog: str, indent_increment: int = 2, max_help_position: int = 24, width: int | None = None, color: bool = False
) -> None: ...
else:
def __init__(