Dear Maintainer,
With Python 3.14, the powerline-daemon fails to start with an uncaught
ValueError.
To reproduce:
1. Install python3 from experimental
2. Install powerline
3. Run "powerline-daemon"
The daemon fails to start with the following error:
Traceback (most recent call last):
File "/usr/bin/powerline-daemon", line 495, in <module>
main()
~~~~^^
File "/usr/bin/powerline-daemon", line 423, in main
parser = get_daemon_argparser()
File "/usr/lib/python3/dist-packages/powerline/commands/daemon.py", line 21, in get_argparser
replace_group = exclusive_group.add_argument_group()
File "/usr/lib/python3.14/argparse.py", line 1806, in add_argument_group
raise ValueError('argument groups cannot be nested')
ValueError: argument groups cannot be nested