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:
>
>>
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
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).