Skip to content

Commit 4f949f0

Browse files
committed
Added supported versions to pyproject.toml
1 parent 10c3433 commit 4f949f0

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
@@ -5,7 +5,7 @@ description = "A Python client library for the Dynata Demand API"
55
authors = ["Ridley Larsen <Ridley.Larsen@dynata.com>", "Bradley Wogsland <Bradley.Wogsland@dynata.com>", "Nathan Workman <Nathan.Workman@dynata.com>"]
66

77
[tool.poetry.dependencies]
8-
python = "^2.7"
8+
python = "^2.7 || ^3.5 || ^3.6 || ^3.7"
99
responses = "0.10.6"
1010
requests = "2.22.0"
1111
pytest = "4.6.6"

0 commit comments

Comments
 (0)