Re: [sage-devel] Minimum Python version to 3.8

2021-05-10 Thread Dima Pasechnik
On Tue, 11 May 2021, 00:51 'Travis Scrimshaw' via sage-devel, < sage-devel@googlegroups.com> wrote: > Do we have a doctest tag for a minimum python version? > make your own, say: # optional: py38 > Best, > Travis > > > On Tuesday, May 11, 2021 at 9:20:00 AM UTC+10 dim...@gmail.com wrote: > >>

Re: [sage-devel] Minimum Python version to 3.8

2021-05-10 Thread 'Travis Scrimshaw' via sage-devel
Do we have a doctest tag for a minimum python version? Best, Travis On Tuesday, May 11, 2021 at 9:20:00 AM UTC+10 dim...@gmail.com wrote: > On Tue, May 11, 2021 at 12:12 AM 'Travis Scrimshaw' via sage-devel > wrote: > > > > On #30423, which is getting close to completion, we will be using > m

Re: [sage-devel] Minimum Python version to 3.8

2021-05-10 Thread Dima Pasechnik
On Tue, May 11, 2021 at 12:12 AM 'Travis Scrimshaw' via sage-devel wrote: > > On #30423, which is getting close to completion, we will be using > multiprocessing.shared_memory, which is only available on Python 3.8+. > However, right now we are at least allowing Python 3.7 (as per the patchbot).

[sage-devel] Minimum Python version to 3.8

2021-05-10 Thread 'Travis Scrimshaw' via sage-devel
On #30423 , which is getting close to completion, we will be using multiprocessing.shared_memory, which is only available on Python 3.8+. However, right now we are at least allowing Python 3.7 (as per the patchbot). So my main proposal would be to bump the