Install python compiled for a particular macOS version

Is there any way to install python compiled for a particular macOS version in a conda environment?

I am using conda on mac to manage environments. I am using macOS 13. I tried to install mediapipe with pip. But that failed with error:

ERROR: Could not find a version that satisfies the requirement mediapipe==0.10.9 (from versions: 0.9.1.0)
ERROR: No matching distribution found for mediapipe==0.10.9

I think pip is checking for an older macOS version, because the platform given by platform.platform() is an older version and not my current mac version.

Could someone tell me if there is any way to install python compiled for a particular macOS version in a conda environment?

@Adbhut,

This currently is not possible. Most channels only differentiate between ARM and x86_64 builds of macOS.