We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a87c5 commit f7fa343Copy full SHA for f7fa343
pyproject.toml
@@ -47,8 +47,6 @@ classifiers = [
47
'Topic :: Software Development',
48
'Topic :: System :: Software Distribution',
49
'License :: OSI Approved :: Apache Software License',
50
- 'Programming Language :: Python :: 3.8',
51
- 'Programming Language :: Python :: 3.9',
52
'Programming Language :: Python :: 3.10',
53
'Programming Language :: Python :: 3.11',
54
'Programming Language :: Python :: 3.12',
@@ -68,7 +66,7 @@ keywords = [
68
66
"Funding" = "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX"
69
67
70
[tool.poetry.dependencies]
71
-python = "^3.8"
+python = "^3.10"
72
packageurl-python = ">=0.11, <2"
73
py-serializable = "^2.0.0"
74
sortedcontainers = "^2.4.0"
0 commit comments