Hello all,
I have a bot written in python3.8, which uses fstrings a lot. https://realpython.com/python-f-strings/
When deployed the bot on the toolforge, found that it has python3.5
Hence cant run the bot. It cant understand the fstrings.
Is there any way we can get python version 3.6 or greater at toolforge servers?
Thanks.