Skip to content

Commit 2ecf128

Browse files
chg> Fixed issue in pyproject.toml
1 parent c4b9a4d commit 2ecf128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["Vulnerability-Lookup", "vulnerability", "cve", "sighting", "observa
1616
# classifieres is dynamic because we want to create Python classifiers automatically
1717
dynamic = ["classifiers"]
1818

19-
requires-python = "^3.10"
19+
requires-python = ">=3.10"
2020
dependencies = [
2121
"pyvulnerabilitylookup (>=2.2.0)",
2222
"pymisp (>=2.5.2)"

0 commit comments

Comments
 (0)