Skip to content

Commit 0c29e66

Browse files
authored
Set required python version to 3.10 (#36)
1 parent f37f02f commit 0c29e66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "secscanner2junit"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
description = "Convert Security Scanner Output to JUnit Format"
55
authors = ["Florian Angermeir <florian.angermeir@tum.de>"]
66
license = "GPL-3.0-only"
@@ -12,7 +12,7 @@ packages = [
1212
]
1313

1414
[tool.poetry.dependencies]
15-
python = "^3.7"
15+
python = "^3.10"
1616
junit-xml = "^1.9"
1717
PyYAML = "^6.0"
1818
pytest = "^7.2.0"

0 commit comments

Comments
 (0)