dislash.py icon indicating copy to clipboard operation
dislash.py copied to clipboard

typing mismatch python version

Open MujyKun opened this issue 4 years ago • 0 comments

dislash/interactions/types.py

attempts to import TypedDict which was added in 3.8 does not match the python ver requirement in setup.py for python_requires='>=3.6`

MujyKun avatar Dec 20 '21 05:12 MujyKun