blake3: exclude 1.0.9 release

1.0.9 does not build on windows/msys2/mingw.
This commit is contained in:
Thomas Waldmann 2026-06-22 22:29:45 +02:00
parent cf6d70fd61
commit aa9a4c1416
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -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]