How can I install Python 3.7 for my 64-bit Windows 11 Home Edition? I found that status of Python 3.7 is "End of Life". Link here
I am required to install it because one of my projects has software requirements like
Python 3.7
Keras 2.2.4.
tqdm
codecs
hard-bert = 0.80.0
tensorflow-gpu = 1.13.1
>Solution :
Here is the link to download python 3.7
https://www.python.org/downloads/release/python-372rc1/
I am able to successfully download python 3.7 on my Windows

