@@ -47,7 +47,6 @@ classifiers = [
4747 ' Topic :: Software Development' ,
4848 ' Topic :: System :: Software Distribution' ,
4949 ' License :: OSI Approved :: Apache Software License' ,
50- ' Programming Language :: Python :: 3.8' ,
5150 ' Programming Language :: Python :: 3.9' ,
5251 ' Programming Language :: Python :: 3.10' ,
5352 ' Programming Language :: Python :: 3.11' ,
@@ -68,7 +67,7 @@ keywords = [
6867"Funding" = " https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX"
6968
7069[tool .poetry .dependencies ]
71- python = " ^3.8 "
70+ python = " ^3.9 "
7271packageurl-python = " >=0.11, <2"
7372py-serializable = " ^2.0.0"
7473sortedcontainers = " ^2.4.0"
@@ -84,9 +83,9 @@ xml-validation = ["lxml"]
8483[tool .poetry .group .dev .dependencies ]
8584ddt = " 1.7.2"
8685coverage = " 7.6.1"
87- flake8 = { version =" 7.1.2" , python =" >=3.8 .1" }
88- flake8-annotations = { version =" 3.1.1" , python =" >=3.8 .1" }
89- flake8-bugbear = { version =" 24.12.12" , python =" >=3.8 .1" }
86+ flake8 = { version =" 7.1.2" , python =" >=3.9 .1" }
87+ flake8-annotations = { version =" 3.1.1" , python =" >=3.9 .1" }
88+ flake8-bugbear = { version =" 24.12.12" , python =" >=3.9 .1" }
9089flake8-copyright-validator = " 0.0.1"
9190flake8-isort = " 6.1.1"
9291flake8-quotes = " 3.4.0"
0 commit comments