Python Forum

Full Version: Upgrade from 3.7.9 to 3.7.11
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am looking for Python 3.7.11 windows installer here https://www.python.org/downloads/.

But 3.7.9 is the final 3.7.x relase that comes with Windows installer. All releases 3.7.10 and onward only comes with source.

How do I get a windows installer for 3.7.11 without compiling the source myself?

Is there any python command I can use to upgrade from 3.7.9 to 3.7.11?
find 3,7,11 here: https://www.python.org/downloads/release/python-3711/
is there any reason why you wouldn't want to upgrade to 3.9.6 (latest release)?
In not, that release here: https://www.python.org/downloads/release/python-396/
(Aug-25-2021, 10:21 AM)Larz60+ Wrote: [ -> ]find 3,7,11 here: https://www.python.org/downloads/release/python-3711/

The page have only source release and that's the problem I was trying to address in this thread. Where can I find the windows binary for 3.7.11 release. They do not have windows binary beyond 3.7.9

As to why not install 3.9x - I am following a set of instruction from work. Are all version of python 3.x.y fully backward compatible?
You're right. Guess you'll have to compile it if you really need that release.
For anyone stumbled across this thread - Here is an website the generate the command you need to run to have a specified system up and running: https://www.build-python-from-source.com/