Skip to content

Commit

Permalink
Merge pull request #2 from niyue/feature/py-36
Browse files Browse the repository at this point in the history
Python 3.6 is added to supported python version.
  • Loading branch information
niyue committed Dec 1, 2022
2 parents 92c1afa + df5df6a commit 35aeb01
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 32 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

56 changes: 28 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Yue Ni <niyue.com@gmail.com>"]
readme = "README.md"

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

[tool.poetry.dev-dependencies]
pytest = "^6.2"
Expand Down

0 comments on commit 35aeb01

Please sign in to comment.