andi icon indicating copy to clipboard operation
andi copied to clipboard

Python 3.14 compatibility

Open wRAR opened this issue 10 months ago • 2 comments

The annotations stuff is significantly revamped in Python 3.14, I wonder if andi breaks with it, and we should try to add support for it not much later than it releases.

wRAR avatar Feb 07 '25 16:02 wRAR

At least the existing tests work (#37)

wRAR avatar Feb 07 '25 17:02 wRAR

https://docs.python.org/3.14/howto/annotations.html

Also "typing-extensions provides a backport of get_annotations() that works on earlier versions of Python.", we may need to use that.

wRAR avatar Feb 08 '25 09:02 wRAR