On Wednesday, May 27, 2020 at 5:03:37 PM UTC-7, Samuel Lelievre wrote:
>
> I wish Sage can be made to run with any Python >= 3.6.
>
> See this ticket:
>
> - Support minimal system Python version 3.6
>   https://trac.sagemath.org/ticket/29033 
>

Right now we only accept Python 3.7.x as the python for the venv. 
The above ticket which (re-)adds Python 3.6 support looks OK.
But I think it's best to evaluate the situation together with the 3.8 
upgrade ticket (https://trac.sagemath.org/ticket/27754).


> I love f-strings and that's a good reason to drop support
> for any Python < 3.6.
>
> By the way, is there any way, in Python < 3.6,
> to import f-strings from future?
>

Apparently no, according to 
https://www.reddit.com/r/Python/comments/5xswh9/can_you_import_fstrings_in_python_35/
 , 
but as usual there are some hacks that do it nevertheless 
https://pypi.org/project/future-fstrings/ . Best to ignore, I'd say.


-- 
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/61ef8516-094c-4866-a287-41c2eabec281%40googlegroups.com.

Reply via email to