Skip to content

Commit

Permalink
Merge pull request #2 from Liquid-dev/feature/allow-py36-install
Browse files Browse the repository at this point in the history
Feature/allow py36 install
  • Loading branch information
shirakia authored Jun 15, 2021
2 parents 406d17e + ea10063 commit 23ddd30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["Your Name <you@example.com>"]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"

[tool.poetry.dev-dependencies]

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"Operating System :: OS Independent",
],
packages=setuptools.find_packages(),
python_requires=">=3.7",
)
python_requires=">=3.6",
)

0 comments on commit 23ddd30

Please sign in to comment.