-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Hello,
Just wanted to draw your attention on this exception:
cli_helpers/utils.py", line 122, in <module>
def _get_formatter(style) -> Terminal256Formatter | TerminalTrueColorFormatter:
TypeError: unsupported operand type(s) for |: 'type' and 'type'
cli_helpers/cli_helpers/utils.py
Line 122 in 3aab163
| def _get_formatter(style) -> Terminal256Formatter | TerminalTrueColorFormatter: |
The last release breaks for python < 3.10
but the setup.py still says: python_requires=">=3.6",
Line 45 in 3aab163
| python_requires=">=3.6", |
This syntax is new in python 3.10
Thanks !
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels