Skip to content

Commit 33e93a3

Browse files
authored
Merge pull request #29 from esciara/issue_28
fix: #28 allows poetry add on py36 envs
2 parents a432c64 + 86bfdd5 commit 33e93a3

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
@@ -44,7 +44,7 @@ classifiers = [
4444
]
4545

4646
[tool.poetry.dependencies]
47-
python = ">3.6"
47+
python = "^3.6"
4848
questionary = "^1.0"
4949
decli = "^0.5.0"
5050
colorama = "^0.4.1"

0 commit comments

Comments
 (0)