Lucky I've still got Python 3.9 on my machine! On Wednesday, April 24, 2024 at 11:02:34 AM UTC-4 Edward K. Ream wrote:
> On Wed, Apr 24, 2024 at 9:30 AM Thomas Passin <[email protected]> wrote: > >> py -3.9 -m leo.core.runLeo >> ... >> from leo.core import leoVim >> File "C:\Tom\git\leo-editor\leo\core\leoVim.py", line 25, in <module> >> from typing import Any, TypeAlias, TYPE_CHECKING >> ImportError: cannot import name 'TypeAlias' from 'typing' (C:\Program >> Files\Python39\lib\typing.py) >> >> This changeset does run using Python 3.10 and up. >> > > Thanks for this report, Thomas. See #3884 > <https://github.com/leo-editor/leo-editor/issues/3884>. I'll fix this > immediately. > > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/55b95cee-f57e-47a0-bcaf-414e3744c79fn%40googlegroups.com.
