Borgmatic 1.9.11 compilation erros with Python 3.10 and 3.11 #1005
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
I have noticed following errors while I was creating Gentoo package for Borgmatic 1.9.11. The issue was introduced in commit
a0ba5b673b
-Add credential loading from file, KeePassXC, and Docker/Podman secrets.
. This happens only with Python 3.10.16 and 3.11.11, Python 3.12.9 and 3.13.2 seem to be ok.The same nested quotes in f-string can be used since PEP 701 introduced in Python 3.12.
Ugh, thank you for filing this one! I really need to get some automated tests against older versions of Python. I've fixed the issue and will put out an updated release momentarily.
Released in borgmatic 1.9.12!