I made a project that in teory works in python 3.6+ but when I test it, it is only working on python 3.12+ can anyone help me understand why?
#🔒 Help understand why doesn’t it works on previous python versions
11 messages · Page 1 of 1 (latest)
@hybrid root
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Closes after a period of inactivity, or when you send !close.
What happens on anything before 3.12?
I see that you have tests, do those fail on 3.11, for example?
@hybrid root 👆
yes they fail on 3.11, 3.10,3.9,3.8,3.7 and 3.6 they say it is related to sintax but I couldn't understand what happened but due to a dought of someonelse I figured out that the problems are on my f strings
I see, I imagine nested f-strings was probably the culprit?
so, your problem is solved then?
Yes
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.