Skip to content

Commit

Permalink
minimum python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-groundlight committed May 20, 2022
1 parent dbbd5bb commit 622e356
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 = "groundlight"
version = "0.1.5"
version = "0.1.6"
description = "Call the Groundlight API from python"
authors = ["Groundlight AI <[email protected]>"]
packages = [
Expand All @@ -9,7 +9,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.7"
python-dateutil = "^2.8.2"
urllib3 = "^1.26.9"
frozendict = "^2.3.2"
Expand Down

0 comments on commit 622e356

Please sign in to comment.