Fix Python 3.14 incompatibility #1161
Reference in New Issue
Block a user
Delete Branch "carmenbianca/borgmatic:fix-mode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
'mode' is not a valid argument to (Pure)Path. Passing keyword arguments is
deprecated since Python 3.12. I don't suspect it ever did anything. It is
removed in Python 3.14.
Without this patch, borgmatic crashes on Python 3.14.
This code was first introduced in
e76bfa555f.I have not manually tested this patch.
Thanks for fixing this! I was able to manually test it.
Released in borgmatic 2.0.10!