Re: Another mass update: PR #3367

2023-06-10 Thread Edward K. Ream
On Sat, Jun 10, 2023 at 8:57 AM Thomas Passin wrote: > That trystar error shows up on my Windows 3.11 machine too: It will show up on any Python 3.11 machine :-) Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this

Re: Another mass update: PR #3367

2023-06-10 Thread Thomas Passin
That trystar error shows up on my Windows 3.11 machine too: C:\Tom\git\leo-editor\leo\scripts>test-leo test-leo

Re: Another mass update: PR #3367

2023-06-10 Thread Edward K. Ream
On Sat, Jun 10, 2023 at 12:58 AM Viktor Ransmayr wrote: I've tested the 'leo-editor:devel' branch in a Fedora 37 VM. > > Running Leo's unit tests reports two errors: > Thanks for the report. The failing test_visitors_exist test is due to the new `trystar` ast node in Python 3.11. See Leo issue

Re: Another mass update: PR #3367

2023-06-10 Thread Edward K. Ream
On Fri, Jun 9, 2023 at 2:09 PM Thomas Passin wrote: > Leo loaded using Python 3.11 on Windows. So that's good. > Thanks for testing. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving

Re: Another mass update: PR #3367

2023-06-09 Thread Viktor Ransmayr
Hello Edward, Edward K. Ream schrieb am Freitag, 9. Juni 2023 um 20:04:31 UTC+2: PR #3367 imports Callable from collections.abc instead of typing. typing.Callable is deprecated, but is not presently scheduled for removal. Nevertheless I

Re: Another mass update: PR #3367

2023-06-09 Thread Thomas Passin
Leo loaded using Python 3.11 on Windows. So that's good. On Friday, June 9, 2023 at 2:04:31 PM UTC-4 Edward K. Ream wrote: > PR #3367 imports > Callable from collections.abc instead of typing. typing.Callable is > deprecated, but is not

Another mass update: PR #3367

2023-06-09 Thread Edward K. Ream
PR #3367 imports Callable from collections.abc instead of typing. typing.Callable is deprecated, but is not presently scheduled for removal. Nevertheless I thought it best to do the replacement. To my knowledge no further changes to Leo's