Skip to content

Commit 953a39a

Browse files
committed
nudge minimum python version up to play nice with Jake
1 parent 4370e34 commit 953a39a

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
@@ -55,7 +55,7 @@ keywords = [
5555
"Bug Tracker" = "https://github.com/sonatype-nexus-community/ossindex-python/issues"
5656

5757
[tool.poetry.dependencies]
58-
python = "^3.6"
58+
python = "^3.6.2"
5959
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }
6060
packageurl-python = "^0.9.0"
6161
PyYAML = ">=5.4.1, <7.0.0"

0 commit comments

Comments
 (0)