mirror of
https://github.com/borgbackup/borg.git
synced 2026-07-16 05:22:49 -04:00
blake3: exclude 1.0.9 release
1.0.9 does not build on windows/msys2/mingw.
This commit is contained in:
parent
cf6d70fd61
commit
aa9a4c1416
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ dependencies = [
|
|||
"backports-zstd; python_version < '3.14'", # for python < 3.14.
|
||||
"jsonargparse>=4.47.0",
|
||||
"PyYAML>=6.0.2", # we need to register our types with yaml, jsonargparse uses yaml for config files
|
||||
"blake3>=1.0.0",
|
||||
"blake3>=1.0.0,!=1.0.9", # 1.0.9 does not build on windows/msys2/mingw
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue