Skip to content

Commit

Permalink
Merge pull request #28 from code-yeongyu/feature/bump-up-python
Browse files Browse the repository at this point in the history
Bump up python version to `3.9`
  • Loading branch information
code-yeongyu authored Mar 3, 2023
2 parents 2e76ae6 + c6c2647 commit 6cad61e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ reportMissingTypeStubs = false # Ignore errors from modules without type stub
reportUnknownMemberType = false # Ignore errors from untyped function calls in third-party modules
reportUnknownVariableType = false # Ignore errors from untyped function calls in third-party modules

pythonVersion = "3.9"

[tool.yapf]
based_on_style = "pep8"
Expand All @@ -38,7 +39,7 @@ line-length = 119
select = ["PLE", "PLR", "PLW", "E", "W", "F", "I", "Q", "C", "B"]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
poetry = "^1.3.1"
revchatgpt = "^3.0.5"
typer = { extras = ["all"], version = "^0.7.0" }
Expand Down

0 comments on commit 6cad61e

Please sign in to comment.