👍
Works for me
Indeed, that's what I was thinking too.
But the deprecation message is still show in the output (of BKP): Starting deprecation of python 3.8 support. Support for python 3.8. will finally removed with the release of 3.14. For details see https://devguide.python.org/versions/ Not sure if this really is a problem
Adding tail -1 to $CMD --version fixes the problem DUPL_VERSION_OUT=$($CMD --version | tail -1)
duplicity_version_get is probably failing because of the output change: # duplicity --version Starting deprecation of python 3.8 support. Support for python 3.8. will finally removed with the release of 3.14. For details see https://devguide.python.org/versions/ duplicity 3.0.4 February 08, 2025 versus # duplicity --version duplicity 3.0.3.2 November 25, 2024
Duply (2.5.4) is not compatible with duplicity 3.0.4
We see the same warning