toggle-corp / alacritty-colorscheme

Change colorscheme of alacritty with ease.
Apache License 2.0
343 stars 35 forks source link

Requires python 3.8 but pyproject.toml has 3.6 #25

Closed timthelion closed 3 years ago

timthelion commented 3 years ago

https://github.com/toggle-corp/alacritty-colorscheme/blob/e7b986614e7e22eecd2fc47fdcb8790e0c9df4c5/pyproject.toml#L24

timothy@yoga ~/.c/alacritty> alacritty-colorscheme list
Traceback (most recent call last):
  File "/home/timothy/.local/bin/alacritty-colorscheme", line 6, in <module>
    from alacritty_colorscheme.cli import main
  File "/home/timothy/.local/lib/python3.7/site-packages/alacritty_colorscheme/cli.py", line 5, in <module>
    from typing import List, Optional, Literal, cast
ImportError: cannot import name 'Literal' from 'typing' (/usr/lib/python3.7/typing.py)

https://stackoverflow.com/questions/61206437/importerror-cannot-import-name-literal-from-typing