Mambaforge and Win32

I have installed Mambaforge on Windows 11 (64-bit). When I start Python, the header message says " … packaged by conda-forge … on Win32". Is there a version packaged on Win64? Thank you.

When you start the Python REPL, do you see something like “[MSC v.1916 64 bit (AMD64)]” on the same status line, just before “on win32”? If you see “64 bit” or “AMD64”, that Python interpreter is built for 64-bit Windows.

(The “win32” may be a non sequitur, as for historical reasons, the Windows [desktop] API is called “Win32”, even when running on 64-bit platforms.)

Thank you for the clarification. Yes, I do get “[MSC v.1916 64 bit (AMD64)]” upon launching Python. I was just wondering if the reference to ‘Win32’ is a Conda message or Microsoft’s.