Url of labeled python releases

Hello Python community,

we are working on a project where users can install automatically different python versions in a local environment. We use this url to crawl available python versions. Unfortunately, to install Python on Windows we use the embedded installation for Windows and there are some releases (security bugfix releases) that don’t provide anembedded installation but only the source code to build python itself.

E.g. Python 3.9.14 doesn’t provide embedded zip files.

Is there a website or anything where all Python versions are labeled or structured so that we can distinguish between the different types of releases?

https://devguide.python.org/versions/