Re: Python 3.13 specific packaging issues

2024-04-23 Thread Giancarlo Razzolini
Excerpts from Jelle van der Waa's message of abril 18, 2024 4:56 am: > > This Python release dropped the `imp` module, but the next release > (3.13) which is slated for October this year will drop more Python > batteries, some methods and some unittest invocations. [1] > I was hit by the imp r

Re: Python 3.13 specific packaging issues

2024-04-23 Thread Anton Hvornum
On 4/22/24 10:26 PM, Giancarlo Razzolini wrote: Excerpts from Jelle van der Waa's message of abril 18, 2024 4:56 am: This Python release dropped the `imp` module, but the next release (3.13) which is slated for October this year will drop more Python batteries, some methods and some unittest inv

Re: Python 3.13 specific packaging issues

2024-04-23 Thread Giancarlo Razzolini
Excerpts from Anton Hvornum's message of abril 23, 2024 2:06 pm: > > Just to be sure, `importlib.util.spec_from_file_location()` is unchanged > correct? > I've read the change log up and down a couple of times, and it appears > to only affect the `imp` lib specifically and I think I've covered m

Re: Python 3.13 specific packaging issues

2024-04-23 Thread Anton Hvornum
On 4/23/24 8:11 PM, Giancarlo Razzolini wrote: Excerpts from Anton Hvornum's message of abril 23, 2024 2:06 pm: Just to be sure, `importlib.util.spec_from_file_location()` is unchanged correct? I've read the change log up and down a couple of times, and it appears to only affect the `imp` lib sp