Skip to content

Commit

Permalink
Set required python version to 3.10 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
angrymeir committed Apr 27, 2023
1 parent f37f02f commit 0c29e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "secscanner2junit"
version = "0.1.14"
version = "0.1.15"
description = "Convert Security Scanner Output to JUnit Format"
authors = ["Florian Angermeir <florian.angermeir@tum.de>"]
license = "GPL-3.0-only"
Expand All @@ -12,7 +12,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.10"
junit-xml = "^1.9"
PyYAML = "^6.0"
pytest = "^7.2.0"
Expand Down

0 comments on commit 0c29e66

Please sign in to comment.