Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: remove deprecated calls for argument groups
I'm not sure what the purpose of these `add_argument_group()` calls are that pass in an existing argument group but they are deprecated and may be removed, see the [Python documentation for notice](https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_argument_group). > [!WARNING] > *Changed in version 3.11*: Calling `add_argument_group()` on an > argument group is deprecated. This feature was never supported and > does not always work correctly. The function exists on the API by > accident through inheritance and will be removed in the future.
- Loading branch information