Skip to content

Commit 2a4e6e7

Browse files
authored
Merge pull request #37 from dynata/bugfix/support-python3
Support Python 3.5, 3.6, 3.7 on PyPI
2 parents 10c3433 + 4f949f0 commit 2a4e6e7

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)