Skip to content

Commit 60e15ed

Browse files
authored
chore: color defaults to True in 3.14 (#962)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 0486d9d commit 60e15ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def main_parser() -> argparse.ArgumentParser:
348348
formatter_class=formatter_class,
349349
)
350350
if sys.version_info >= (3, 14):
351-
make_parser = partial(make_parser, suggest_on_error=True, color=True)
351+
make_parser = partial(make_parser, suggest_on_error=True)
352352

353353
parser = make_parser()
354354
parser.add_argument(

0 commit comments

Comments
 (0)