ability-hand-api icon indicating copy to clipboard operation
ability-hand-api copied to clipboard

Remove Typehints

Open wagonhelm opened this issue 2 months ago • 1 comments

The only reason the library is not compatible with Python 3.8 is because of the Typehints, rather than go through the headache of making PyPi install different versions based on Python version let's just yeet the TypeDefs. Should just be able to merge the Python 3.8 branch into main

wagonhelm avatar Oct 15 '25 16:10 wagonhelm

We could also have a script that removes all the typehints before pushing it to PyPi

wagonhelm avatar Oct 15 '25 16:10 wagonhelm