A blocker is the Python binaries require specific OSX deployment targets for binary compatibility. And to use std::filesystem in particular require OSX 10.15 deployment target, I believe the current deployment targets may be 10.13 at the newest, but I wasn’t able to quickly find an official reference…yet. However, other C++17 features can be used with out the requirement for the newer OSX SDK.
2 Likes