Skip to content

Commit 475e820

Browse files
committed
hashlib.file_digest requires Python 3.11
Signed-off-by: Marc-Etienne Vargenau <marc-etienne.vargenau@nokia.com>
1 parent b4b92cb commit 475e820

File tree

1 file changed

+1
-1
lines changed
  • tools/openchain_telco_sbom_validator

1 file changed

+1
-1
lines changed

tools/openchain_telco_sbom_validator/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ package_dir =
2525
= src
2626
packages = find_namespace:
2727
include_package_data = True
28-
python_requires = >=3.10
28+
python_requires = >=3.11
2929
zip_safe = True
3030
install_requires =
3131
spdx-tools>=0.8.3

0 commit comments

Comments
 (0)