Skip to content

Commit f7fa343

Browse files
committed
remove EOF py version metadata
Signed-off-by: Simoh23999 <[email protected]>
1 parent d6a87c5 commit f7fa343

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +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',
51-
'Programming Language :: Python :: 3.9',
5250
'Programming Language :: Python :: 3.10',
5351
'Programming Language :: Python :: 3.11',
5452
'Programming Language :: Python :: 3.12',
@@ -68,7 +66,7 @@ keywords = [
6866
"Funding" = "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX"
6967

7068
[tool.poetry.dependencies]
71-
python = "^3.8"
69+
python = "^3.10"
7270
packageurl-python = ">=0.11, <2"
7371
py-serializable = "^2.0.0"
7472
sortedcontainers = "^2.4.0"

0 commit comments

Comments
 (0)