79532908

Date: 2025-03-25 07:18:54
Score: 0.5
Natty:
Report link

I don't use Conda, but to answer your first question: The recommended Python version for any project should no longer be Python 3.9, as it will reach end-of-life status in October 2025.

Of course, there may be project or use case specific reasons to use a different version. For example, there might be a required package that does not support later Python versions. In that case, I would try to fix/replace that package, rather than lock the Python version into something that will reach end-of-life in a few months.

As I said: You need good reasons to use an "old" Python version. If you don't know those reasons for your project, start with the current version (which is 3.13 as of today).

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: d4tm4x