Skip to content

Commit d5a7686

Browse files
committed
Make cyclonedx version python version dependent
v5.0.1 drops support for python 3.7
1 parent c252f14 commit d5a7686

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ dependencies = [
3838
"semver==3.0.2",
3939
"patch-ng==1.18.1",
4040
"importlib-resources==5.4.0; python_version <= '3.7.0'",
41-
"cyclonedx-python-lib==5.0.1",
41+
"cyclonedx-python-lib==4.2.2; python_version <= '3.7.0'",
42+
"cyclonedx-python-lib==5.0.1; python_version > '3.7.0'",
4243
"infer-license==0.1.0; python_version <= '3.10.0'",
4344
"infer-license==0.2.0; python_version > '3.10.0'",
4445
'setuptools; python_version >= "3.12"', # contains 'pkg_resources' for infer-license

0 commit comments

Comments
 (0)