Skip to content

Commit 4a5134f

Browse files
authored
Merge pull request #207 from nokia/python3.11
hashlib.file_digest requires Python 3.11
2 parents b4b92cb + 475e820 commit 4a5134f

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)