mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
str.removeprefix() and str.removesuffix() is python 3.9+ only but we need to support older versions for the OSX cross task. This fixes broken CI on main. Signed-off-by: Paul Holzinger <pholzing@redhat.com>