Skip to content

Commit c8aabec

Browse files
committed
Make cyclonedx version python version dependent
v5.0.1 drops support for python 3.7
1 parent 7a25a01 commit c8aabec

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.17.4",
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.0.7",
4344
'setuptools; python_version >= "3.12"', # contains 'pkg_resources' for infer-license
4445
]

0 commit comments

Comments
 (0)