diff --git a/do_cmake.sh b/do_cmake.sh index a3b901fb66a..64c198f439a 100755 --- a/do_cmake.sh +++ b/do_cmake.sh @@ -19,7 +19,9 @@ if [ -r /etc/os-release ]; then source /etc/os-release case "$ID" in fedora) - if [ "$VERSION_ID" -ge "41" ] ; then + if [ "$VERSION_ID" -ge "43" ] ; then + PYBUILD="3.14" + elif [ "$VERSION_ID" -ge "41" ] ; then PYBUILD="3.13" elif [ "$VERSION_ID" -ge "39" ] ; then PYBUILD="3.12"