Manylinux2014 (Centos7 glib 2.17) is an industry standard for minimum requirement of a glibc/distro. We already support this as shown in conda-forge which builds tits linux binaries in a centos7. ManyLinux2024 is even easier to support since it ships GCC10 supports C++17. We can add a build to maintain this requirement.
This means that we could further bump our CXX minimum standard to C++17 since every major stable linux distros already support that since 2020. @eisenhauer
Manylinux2014 (Centos7 glib 2.17) is an industry standard for minimum requirement of a glibc/distro. We already support this as shown in conda-forge which builds tits linux binaries in a centos7. ManyLinux2024 is even easier to support since it ships GCC10 supports C++17. We can add a build to maintain this requirement.
This means that we could further bump our CXX minimum standard to C++17 since every major stable linux distros already support that since 2020. @eisenhauer