2020-08-21 12:40:44 UTC, Nicolo':
>
> Is there a ticket already to use python3.8 from system? 

The ticket to upgrade Sage-the-distribution to Python 3.8
just got positive review:

  https://trac.sagemath.org/ticket/27754

By clicking on the link in the "Branch" field one can see
that it changes `build/pkgs/python3/spkg-configure.m4`
to accept Python >= 3.6 and < 3.9.

Using Trac's (case-insensitive) query engine, search for tickets
with "3.8" in the summary sorted by decreasing ticket number:

  https://trac.sagemath.org/query?order=id&desc=1&summary=~3.8

Tip: most browsers let you define "search engine shortcuts".
In my browser I defined "tsum" (for "ticket summary") as

  https://trac.sagemath.org/query?order=id&desc=1&summary=~%s

so that I can type this in the url bar

  tsum 3.8

and it expands to the above. Similarly "tdesc", "tkey, "tcc", etc.
let me search in the "description", "keywords", "cc", etc. fields,
and "nc" variants search for non-closed tickets by adding

    &status=!closed

into the search query.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/d8757832-f233-48de-89f1-5df0aca6a070o%40googlegroups.com.

Reply via email to